Completed
Pull Request — develop (#710)
by
unknown
108:49 queued 44:08
created
src/PhpSpreadsheet/Calculation/MathTrig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1277,7 +1277,7 @@
 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
 
Please login to merge, or discard this patch.