We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482a67b commit 8b8ad9bCopy full SHA for 8b8ad9b
Helper/Table.php
@@ -187,7 +187,7 @@ public function getColumnStyle($columnIndex)
187
* @param int $columnIndex Column index
188
* @param int $width Minimum column width in characters
189
*
190
- * @return Table
+ * @return $this
191
*/
192
public function setColumnWidth($columnIndex, $width)
193
{
@@ -201,7 +201,7 @@ public function setColumnWidth($columnIndex, $width)
201
202
* @param array $widths
203
204
205
206
public function setColumnWidths(array $widths)
207
0 commit comments