Skip to content

Commit 469a8c3

Browse files
committed
Default command analyse
1 parent 97bfb8b commit 469a8c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/phpstan

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ use Symfony\Component\Console\Helper\ProgressBar;
8585
'PHPStan - PHP Static Analysis Tool',
8686
$version
8787
);
88+
$application->setDefaultCommand('analyse');
8889
ProgressBar::setFormatDefinition('file_download', ' [%bar%] %percent:3s%% %fileSize%');
8990

9091
$reversedComposerAutoloaderProjectPaths = array_reverse($composerAutoloaderProjectPaths);

0 commit comments

Comments
 (0)