Passed
Pull Request — master (#383)
by
unknown
09:41
created
src/Context.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -599,7 +599,7 @@  discard block
 block discarded – undo
599 599
             $context = self::$contextPrefix . $context;
600 600
         }
601 601
 
602
-        if (! class_exists($context)) {
602
+        if (!class_exists($context)) {
603 603
             return false;
604 604
         }
605 605
 
@@ -636,7 +636,7 @@  discard block
 block discarded – undo
636 636
                 $i -= 2;
637 637
                 $part = substr($context, $i, 2);
638 638
                 /* No more numeric parts to strip */
639
-                if (! is_numeric($part)) {
639
+                if (!is_numeric($part)) {
640 640
                     break 2;
641 641
                 }
642 642
             } while (intval($part) === 0 && $i > 0);
Please login to merge, or discard this patch.