1
0
Fork 0

[ClassLoader] Removing trailing whitespaces

pull/490/head
Baptiste "Talus" Clavie 2012-03-22 11:45:44 +01:00
parent 6957743aee
commit 15b70e2096
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {