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.
1 parent 1845ed2 commit 2dda2c7Copy full SHA for 2dda2c7
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