Skip to content

Commit bfab24e

Browse files
committed
fixed @return when returning this or static
1 parent 6f1ee11 commit bfab24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function getStyle()
145145
* @param int $columnIndex Column index
146146
* @param TableStyle|string $name The style name or a TableStyle instance
147147
*
148-
* @return Table
148+
* @return self
149149
*/
150150
public function setColumnStyle($columnIndex, $name)
151151
{

0 commit comments

Comments
 (0)