We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--fix
1 parent dce77e1 commit d4fe552Copy full SHA for d4fe552
Makefile
@@ -124,6 +124,9 @@ phpstan:
124
phpstan-result-cache:
125
php -d memory_limit=448M bin/phpstan
126
127
+phpstan-fix:
128
+ php -d memory_limit=2G bin/phpstan --fix
129
+
130
phpstan-generate-baseline:
131
php -d memory_limit=448M bin/phpstan --generate-baseline
132
0 commit comments