mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-21 23:16:12 +01:00

[FEATURE] Show memory consumption of phpstan

Related: #1372
This commit is contained in:
Eike Starkmann 2024-07-31 12:51:58 +02:00 committed by Oliver Klee
parent b3d0a4b7b7
commit 7589cc4a19

View file

@ -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",