1
0
Fork 0
Markus Staab 2020-03-02 13:28:10 +01:00
parent 04a18c72ba
commit cc5c5dbee1
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ EOF;
} }
foreach ($ambiguousClasses as $className => $ambigiousPaths) { foreach ($ambiguousClasses as $className => $ambigiousPaths) {
$cleanPath = str_replace(array('$vendorDir . \'', "',\n"), array($vendorPath, ''), $classMap[$className]); $cleanPath = str_replace(array('$vendorDir . \'', '$baseDir . \'', "',\n"), array($vendorPath, $basePath, ''), $classMap[$className]);
$this->io->writeError( $this->io->writeError(
'<warning>Warning: Ambiguous class resolution, "'.$className.'"'. '<warning>Warning: Ambiguous class resolution, "'.$className.'"'.