Passed
Branch master (658404)
by Petr
07:41
created
Category
php-src/Loaders/PhpLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     {
49 49
         $basicLookupDir = $this->pathLib->getDocumentRoot() . $this->pathLib->getPathToSystemRoot();
50 50
         foreach ($this->pathMasks as $pathMask) {
51
-            $unmasked = sprintf( $pathMask,
51
+            $unmasked = sprintf($pathMask,
52 52
                 DIRECTORY_SEPARATOR, $basicLookupDir,
53 53
                 IPaths::DIR_USER, $this->routedLib->getUser(),
54 54
                 IPaths::DIR_MODULE, $module,
Please login to merge, or discard this patch.