We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 907e5b5 + 2dda2c7 commit 2049e0dCopy full SHA for 2049e0d
bin/phpstan
@@ -157,7 +157,7 @@ use Symfony\Component\Console\Helper\ProgressBar;
157
$application->setDefaultCommand('analyse');
158
ProgressBar::setFormatDefinition('file_download', ' [%bar%] %percent:3s%% %fileSize%');
159
160
- $reversedComposerAutoloaderProjectPaths = array_reverse($composerAutoloaderProjectPaths);
+ $reversedComposerAutoloaderProjectPaths = array_values(array_unique(array_reverse($composerAutoloaderProjectPaths)));
161
$application->add(new AnalyseCommand($reversedComposerAutoloaderProjectPaths));
162
$application->add(new WorkerCommand($reversedComposerAutoloaderProjectPaths));
163
$application->add(new ClearResultCacheCommand($reversedComposerAutoloaderProjectPaths));
0 commit comments