Sorry, tabs.
parent
642c205c4f
commit
d4c265fd18
|
@ -123,7 +123,7 @@ EOF;
|
||||||
|
|
||||||
if (0 === strpos($path, dirname($vendorPath), 0)) {
|
if (0 === strpos($path, dirname($vendorPath), 0)) {
|
||||||
// this path seems to be located within this application/package
|
// 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 .= '$baseDir . ';
|
||||||
}
|
}
|
||||||
$classmapFile .= var_export($path, true).",\n";
|
$classmapFile .= var_export($path, true).",\n";
|
||||||
|
|
Loading…
Reference in New Issue