Selaa lähdekoodia

[ClassLoader] Removing trailing whitespaces

Baptiste "Talus" Clavie 13 vuotta sitten
vanhempi
commit
15b70e2096
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/Composer/Autoload/ClassLoader.php

+ 1 - 1
src/Composer/Autoload/ClassLoader.php

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