mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-31 12:40:00 +00:00
pageOrder is nullable
This commit is contained in:
@@ -823,7 +823,7 @@ class PageSetup
|
||||
return $this->setFirstPageNumber(null);
|
||||
}
|
||||
|
||||
public function getPageOrder(): string
|
||||
public function getPageOrder(): ?string
|
||||
{
|
||||
return $this->pageOrder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user