We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f445a1 commit 3d4b4b0Copy full SHA for 3d4b4b0
src/PhpSpreadsheet/Writer/Xlsx/Style.php
@@ -142,6 +142,7 @@ public function writeStyles(Spreadsheet $spreadsheet): string
142
143
// dxf
144
for ($i = 0; $i < $this->getParentWriter()->getStylesConditionalHashTable()->count(); ++$i) {
145
+ /** @var ?Conditional */
146
$thisstyle = $this->getParentWriter()->getStylesConditionalHashTable()->getByIndex($i);
147
if ($thisstyle !== null) {
148
$this->writeCellStyleDxf($objWriter, $thisstyle->getStyle());
0 commit comments