Skip to content

Commit

Permalink
Default command analyse
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 6, 2021
1 parent 97bfb8b commit 469a8c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/phpstan
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ use Symfony\Component\Console\Helper\ProgressBar;
'PHPStan - PHP Static Analysis Tool',
$version
);
$application->setDefaultCommand('analyse');
ProgressBar::setFormatDefinition('file_download', ' [%bar%] %percent:3s%% %fileSize%');

$reversedComposerAutoloaderProjectPaths = array_reverse($composerAutoloaderProjectPaths);
Expand Down

0 comments on commit 469a8c3

Please sign in to comment.