Set empty array as default for column widths

This commit is contained in:
Alexander Hofstede 2019-12-19 23:05:16 +01:00
parent 49e621b822
commit aa5ec507c2

View File

@ -13,7 +13,7 @@ trait ManagesCellSize
private $defaultRowHeight;
/** @var array Array of min-max-width arrays */
private $columnWidths;
private $columnWidths = [];
/**
* @param float|null $width