Sorry, tabs.

main
till 12 years ago
parent 642c205c4f
commit d4c265fd18

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

Loading…
Cancel
Save