pageOrder is nullable

This commit is contained in:
MarkBaker 2020-06-29 20:27:47 +02:00
parent a0bba38281
commit 21b34f0afb
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ class PageSetup
return $this->setFirstPageNumber(null);
}
public function getPageOrder(): string
public function getPageOrder(): ?string
{
return $this->pageOrder;
}