Skip to content

Commit 8b8ad9b

Browse files
committed
fixed @return when returning this or static
1 parent 482a67b commit 8b8ad9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Helper/Table.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function getColumnStyle($columnIndex)
187187
* @param int $columnIndex Column index
188188
* @param int $width Minimum column width in characters
189189
*
190-
* @return Table
190+
* @return $this
191191
*/
192192
public function setColumnWidth($columnIndex, $width)
193193
{
@@ -201,7 +201,7 @@ public function setColumnWidth($columnIndex, $width)
201201
*
202202
* @param array $widths
203203
*
204-
* @return Table
204+
* @return $this
205205
*/
206206
public function setColumnWidths(array $widths)
207207
{

0 commit comments

Comments
 (0)