Gotta keep phpcs happy, even if it is only a blank line between property declarations

This commit is contained in:
MarkBaker 2020-06-30 22:45:08 +02:00
parent 4dadf4a5c8
commit 736d9ffd3b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;
class PageSettings
{
private $officeNs;
private $stylesNs;
private $pageLayoutStyles = [];