Skip to content

Commit 76ab794

Browse files
committed
Scrutinizer Identified Some Dead Code
Eliminate it.
1 parent c35cc94 commit 76ab794

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PhpSpreadsheet/Style/Color.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ protected function exportArray1(): array
423423
{
424424
$exportedArray = [];
425425
$this->exportArray2($exportedArray, 'argb', $this->getARGB());
426-
$theme = $this->getTheme();
427426
$this->exportArray2($exportedArray, 'theme', $this->getTheme());
428427

429428
return $exportedArray;

0 commit comments

Comments
 (0)