Passed
Push — master ( e9344a...7222b6 )
by Petr
07:47
created
php-src/Loaders/PhpLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     {
56 56
         $basicLookupDir = $this->pathLib->getDocumentRoot() . $this->pathLib->getPathToSystemRoot();
57 57
         foreach ($this->pathMasks as $pathMask) {
58
-            $unmasked = sprintf( $pathMask,
58
+            $unmasked = sprintf($pathMask,
59 59
                 DIRECTORY_SEPARATOR, $basicLookupDir,
60 60
                 IPaths::DIR_USER, $this->routedLib->getUser(),
61 61
                 IPaths::DIR_MODULE, $module,
Please login to merge, or discard this patch.