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.
1 parent a57c603 commit ff95f9cCopy full SHA for ff95f9c
Makefile
@@ -120,7 +120,7 @@ cs-fix:
120
XDEBUG_MODE=off php build-cs/vendor/bin/phpcbf
121
122
phpstan:
123
- php bin/phpstan clear-result-cache -q && php -d memory_limit=448M bin/phpstan
+ php bin/phpstan clear-result-cache && php -d memory_limit=448M bin/phpstan
124
125
phpstan-result-cache:
126
php -d memory_limit=448M bin/phpstan
0 commit comments