Skip to content

Commit 482a67b

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: fixed @return when returning this or static
2 parents bf853d4 + bfab24e commit 482a67b

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
@@ -152,7 +152,7 @@ public function getStyle()
152152
* @param int $columnIndex Column index
153153
* @param TableStyle|string $name The style name or a TableStyle instance
154154
*
155-
* @return Table
155+
* @return self
156156
*/
157157
public function setColumnStyle($columnIndex, $name)
158158
{

0 commit comments

Comments
 (0)