pageOrder is nullable
This commit is contained in:
parent
a0bba38281
commit
21b34f0afb
|
@ -823,7 +823,7 @@ class PageSetup
|
|||
return $this->setFirstPageNumber(null);
|
||||
}
|
||||
|
||||
public function getPageOrder(): string
|
||||
public function getPageOrder(): ?string
|
||||
{
|
||||
return $this->pageOrder;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue