From 3390c907dc55ef57d46288fedfc5709e28550c2a Mon Sep 17 00:00:00 2001 From: troosan Date: Sat, 29 Dec 2018 23:16:56 +0100 Subject: [PATCH] fix scrutiniser warning --- src/PhpWord/Style/Table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhpWord/Style/Table.php b/src/PhpWord/Style/Table.php index 0f7bf7dc..caf2c580 100644 --- a/src/PhpWord/Style/Table.php +++ b/src/PhpWord/Style/Table.php @@ -759,7 +759,7 @@ class Table extends Border /** * Get the columnWidths * - * @return number[] + * @return null|int[] */ public function getColumnWidths() {