1
0
Fork 0

Remove unused variable

pull/5776/head
Kévin Dunglas 2016-10-09 22:40:25 +02:00
parent c540dace8c
commit 3e3fd3c6b1
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6
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)) {