Passed
Push — master ( f34cda...bfcca5 )
by 世昌
01:57
created
nebula/src/application/NameFinder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,8 +57,8 @@
 block discarded – undo
57 57
         $rpos = \strrpos($name, ':');
58 58
         if ($rpos > 0) {
59 59
             $module = substr($name, 0, $rpos);
60
-            $name = \substr($name, $rpos+1);
61
-            $moduleFull  = $this->getFullName($module);
60
+            $name = \substr($name, $rpos + 1);
61
+            $moduleFull = $this->getFullName($module);
62 62
             return [$moduleFull, $name];
63 63
         }
64 64
         if ($rpos === 0) {
Please login to merge, or discard this patch.