Completed
Pull Request — develop (#218)
by
unknown
63:56
created
src/PhpSpreadsheet/Writer/Xls/Workbook.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -345,7 +345,7 @@
 block discarded – undo
345 345
             } else {
346 346
                 if(count($this->colors) == 0){
347 347
                     $lastColor = 7;
348
-                }else{
348
+                } else{
349 349
                     $lastColor = end($this->colors);
350 350
                 }
351 351
                 if ($lastColor < 57) {
Please login to merge, or discard this patch.