Passed
Push — master ( 3f8a2d...23da1f )
by Petr
02:38
created
php-src/Loaders/CliEntry.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,8 @@
 block discarded – undo
70 70
             return null;
71 71
         }
72 72
         $isFull = DIRECTORY_SEPARATOR == $path[0];
73
-        $known = realpath($isFull ? $path : static::$basicPath . DIRECTORY_SEPARATOR . $path );
74
-        return (false === $known) ? null : $known ;
73
+        $known = realpath($isFull ? $path : static::$basicPath . DIRECTORY_SEPARATOR . $path);
74
+        return (false === $known) ? null : $known;
75 75
     }
76 76
 
77 77
     protected function getType(string $path): string
Please login to merge, or discard this patch.