The method getSpreadsheet() does not exist on MisterIcy\ExcelWriter\Generator\GeneratorInterface. Since it exists in all sub-types, consider adding an abstract or default implementation to MisterIcy\ExcelWriter\Generator\GeneratorInterface.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
21
/** @scrutinizer ignore-call */
22
$spreadsheet = $generator->getSpreadsheet();
Loading history...
22
$spreadsheet->getProperties()
23
->setCreator('mistericy/excel-writer');
24
25
return parent::handle($generator); // TODO: Change the autogenerated stub