We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
analyse
1 parent 97bfb8b commit 469a8c3Copy full SHA for 469a8c3
bin/phpstan
@@ -85,6 +85,7 @@ use Symfony\Component\Console\Helper\ProgressBar;
85
'PHPStan - PHP Static Analysis Tool',
86
$version
87
);
88
+ $application->setDefaultCommand('analyse');
89
ProgressBar::setFormatDefinition('file_download', ' [%bar%] %percent:3s%% %fileSize%');
90
91
$reversedComposerAutoloaderProjectPaths = array_reverse($composerAutoloaderProjectPaths);
0 commit comments