소스 검색

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";