Completed
Pull Request — develop (#158)
by
unknown
36:53
created
src/PhpSpreadsheet/Writer/Xlsx/Chart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1099,7 +1099,7 @@
 block discarded – undo
1099 1099
             $objWriter->startElement('c:ser');
1100 1100
 
1101 1101
             $plotLabel = $plotGroup->getPlotLabelByIndex($plotSeriesIdx);
1102
-            if ($plotLabel){
1102
+            if ($plotLabel) {
1103 1103
                 $fillColor = $plotLabel->getFillColor();
1104 1104
                 if ($fillColor != null) {
1105 1105
                     $objWriter->startElement('c:spPr');
Please login to merge, or discard this patch.