1
0
Fork 0

Merge pull request #5776 from dunglas/remove_unused

Remove unused variable
pull/5779/head
Jordi Boggiano 2016-10-10 14:47:50 +02:00 committed by GitHub
commit 6370efd1f1
1 changed files with 0 additions and 1 deletions

View File

@ -234,7 +234,6 @@ EOF;
foreach ($namespacesToScan as $namespace => $groups) {
foreach ($groups as $group) {
$psrType = $group['type'];
foreach ($group['paths'] as $dir) {
$dir = $filesystem->normalizePath($filesystem->isAbsolutePath($dir) ? $dir : $basePath.'/'.$dir);
if (!is_dir($dir)) {