1
0
Fork 0

Sorry, tabs.

pull/869/head^2
till 2012-07-03 17:09:27 +02:00
parent 642c205c4f
commit d4c265fd18
1 changed files with 1 additions and 1 deletions

View File

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