Failed Conditions
Pull Request — develop (#710)
by
unknown
32:48
created
src/PhpSpreadsheet/Calculation/MathTrig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1278,7 +1278,7 @@
 block discarded – undo
1278 1278
                     // Is not a value within our criteria
1279 1279
                     $valid = false;
1280 1280
 
1281
-                    break;  // if false found, don't need to check other conditions
1281
+                    break; // if false found, don't need to check other conditions
1282 1282
                 }
1283 1283
             }
1284 1284
 
Please login to merge, or discard this patch.