Failed Conditions
Push — master ( a2bb82...a189d9 )
by Adrien
10:27 queued 01:00
created
src/PhpSpreadsheet/Writer/Xls/Worksheet.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2948,8 +2948,8 @@
 block discarded – undo
2948 2948
     private function writeCFRule(Conditional $conditional): void
2949 2949
     {
2950 2950
         $record = 0x01B1; // Record identifier
2951
-        $type = null;  //  Type of the CF
2952
-        $operatorType = null;   //  Comparison operator
2951
+        $type = null; //  Type of the CF
2952
+        $operatorType = null; //  Comparison operator
2953 2953
 
2954 2954
         if ($conditional->getConditionType() == Conditional::CONDITION_EXPRESSION) {
2955 2955
             $type = 0x02;
Please login to merge, or discard this patch.