Skip to content

Commit 17e6f90

Browse files
committed
Fixed @return when returning this or static #bis
1 parent bfab24e commit 17e6f90

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 self
148+
* @return $this
149149
*/
150150
public function setColumnStyle($columnIndex, $name)
151151
{

0 commit comments

Comments
 (0)