Failed to avoid the void trap

This commit is contained in:
MarkBaker 2020-07-01 20:06:36 +02:00
parent e644cc72d0
commit c288c11d01
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ class Gnumeric extends BaseReader
} }
} }
private function printInformation(SimpleXMLElement $sheet) private function printInformation(SimpleXMLElement $sheet): void
{ {
if (!$this->readDataOnly && isset($sheet->PrintInformation)) { if (!$this->readDataOnly && isset($sheet->PrintInformation)) {
$printInformation = $sheet->PrintInformation[0]; $printInformation = $sheet->PrintInformation[0];