Passed
Push — master ( 849bbf...9b56a0 )
by Michal
03:44
created
src/Context.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -498,7 +498,7 @@
 block discarded – undo
498 498
                     $i -= 2;
499 499
                     $part = substr($context, $i, 2);
500 500
                     /* No more numeric parts to strip */
501
-                    if (! is_numeric($part)) {
501
+                    if (!is_numeric($part)) {
502 502
                         break 2;
503 503
                     }
504 504
                 } while (intval($part) === 0 && $i > 0);
Please login to merge, or discard this patch.