Passed
Push — master ( 85921c...ba0af4 )
by Petr
08:14
created
php-src/Clipr/Paths.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
                 $namespaced = strtr($namespaced, DIRECTORY_SEPARATOR, '\\');
102 102
                 // remove ext
103 103
                 $withExt = mb_strripos($file, Interfaces\ISources::EXT_PHP);
104
-                $withoutExt = (false !== $withExt) ? mb_substr($file, 0, $withExt) : $file ;
104
+                $withoutExt = (false !== $withExt) ? mb_substr($file, 0, $withExt) : $file;
105 105
                 // return named class
106 106
                 return $namespaced . $withoutExt;
107 107
             }
Please login to merge, or discard this patch.