Completed
Pull Request — develop (#710)
by
unknown
61:49
created
src/PhpSpreadsheet/Calculation/MathTrig.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1277,11 +1277,11 @@
 block discarded – undo
1277 1277
                 if (!Calculation::getInstance()->_calculateFormulaValue($testCondition)) {
1278 1278
                     // Is not a value within our criteria
1279 1279
                     $valid = false;
1280
-                    break;  // if false found, don't need to check other conditions
1280
+                    break; // if false found, don't need to check other conditions
1281 1281
                 }
1282 1282
             }
1283 1283
 
1284
-            if ($valid)  {  
1284
+            if ($valid) {  
1285 1285
                 $returnValue += $value;  
1286 1286
             }
1287 1287
         }
Please login to merge, or discard this patch.