瀏覽代碼

Sorry, tabs.

till 13 年之前
父節點
當前提交
d4c265fd18
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Composer/Autoload/AutoloadGenerator.php

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

@@ -123,7 +123,7 @@ EOF;
 
                 if (0 === strpos($path, dirname($vendorPath), 0)) {
                     // this path seems to be located within this application/package
-	                $path = '/' . $filesystem->findShortestPath(getcwd(), $path, true);
+                    $path = '/' . $filesystem->findShortestPath(getcwd(), $path, true);
                     $classmapFile .= '$baseDir . ';
                 }
                 $classmapFile .= var_export($path, true).",\n";