@@ -101,7 +101,7 @@ |
||
| 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 | } |