@@ -599,7 +599,7 @@ discard block |
||
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 |
||
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); |