Skip to content

Commit

Permalink
[FEATURE] Show memory consumption of phpstan (#1414)
Browse files Browse the repository at this point in the history
Fixes #1372
  • Loading branch information
Starkmann authored Jul 31, 2024
1 parent b3d0a4b commit ae5c3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"ci:php:lint": "parallel-lint .*.php *.php Classes Configuration Tests",
"ci:php:mess": "phpmd Classes text Build/phpmd/phpmd.xml",
"ci:php:sniff": "phpcs Classes Configuration Tests",
"ci:php:stan": "phpstan --no-progress",
"ci:php:stan": "phpstan --no-progress -v",
"ci:static": [
"@ci:composer:normalize",
"@ci:json:lint",
Expand Down

0 comments on commit ae5c3e3

Please sign in to comment.