fix scrutiniser warning

This commit is contained in:
troosan 2018-12-29 23:16:56 +01:00
parent 54b94be65a
commit 3390c907dc
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ class Table extends Border
/** /**
* Get the columnWidths * Get the columnWidths
* *
* @return number[] * @return null|int[]
*/ */
public function getColumnWidths() public function getColumnWidths()
{ {