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 c35cc94 commit 76ab794Copy full SHA for 76ab794
src/PhpSpreadsheet/Style/Color.php
@@ -423,7 +423,6 @@ protected function exportArray1(): array
423
{
424
$exportedArray = [];
425
$this->exportArray2($exportedArray, 'argb', $this->getARGB());
426
- $theme = $this->getTheme();
427
$this->exportArray2($exportedArray, 'theme', $this->getTheme());
428
429
return $exportedArray;
0 commit comments