Completed
Pull Request — develop (#292)
by
unknown
24:13
created
src/PhpSpreadsheet/Writer/Xlsx/Worksheet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -491,7 +491,7 @@
 block discarded – undo
491 491
                         $objWriter->writeAttribute('text', $conditional->getText());
492 492
                     }
493 493
 
494
-                    if( $conditional->getStopIfTrue() == true ) {
494
+                    if ($conditional->getStopIfTrue() == true) {
495 495
                         $objWriter->writeAttribute('stopIfTrue', '1');
496 496
                     }
497 497
 
Please login to merge, or discard this patch.