1
0
Fork 0
pull/4541/merge
Jordi Boggiano 2015-10-28 00:06:21 +00:00
parent 8e99cec3e7
commit 6582c337d0
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ EOF;
private function addClassMapCode($filesystem, $basePath, $vendorPath, $dir, $whitelist = null, $namespaceFilter = null, array $classMap = array())
{
foreach ($this->generateClassMap($dir, $whitelist, $this->io, $namespaceFilter) as $class => $path) {
foreach ($this->generateClassMap($dir, $whitelist, $namespaceFilter) as $class => $path) {
$pathCode = $this->getPathCode($filesystem, $basePath, $vendorPath, $path).",\n";
if (!isset($classMap[$class])) {
$classMap[$class] = $pathCode;