Gotta keep phpcs happy, even if it is only a blank line between property declarations
This commit is contained in:
parent
4dadf4a5c8
commit
736d9ffd3b
|
@ -9,6 +9,7 @@ use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;
|
||||||
class PageSettings
|
class PageSettings
|
||||||
{
|
{
|
||||||
private $officeNs;
|
private $officeNs;
|
||||||
|
|
||||||
private $stylesNs;
|
private $stylesNs;
|
||||||
|
|
||||||
private $pageLayoutStyles = [];
|
private $pageLayoutStyles = [];
|
||||||
|
|
Loading…
Reference in New Issue