[ClassLoader] Removing trailing whitespaces
parent
6957743aee
commit
15b70e2096
|
@ -180,7 +180,7 @@ class ClassLoader
|
|||
|
||||
$classPath .= str_replace('_', DIRECTORY_SEPARATOR, $className) . '.php';
|
||||
|
||||
foreach ($this->prefixes as $prefix => $dirs) {
|
||||
foreach ($this->prefixes as $prefix => $dirs) {
|
||||
if (0 === strpos($class, $prefix)) {
|
||||
foreach ($dirs as $dir) {
|
||||
if (file_exists($dir . DIRECTORY_SEPARATOR . $classPath)) {
|
||||
|
|
Loading…
Reference in New Issue