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 1c6bb6b commit 05c5ad3Copy full SHA for 05c5ad3
Makefile
@@ -53,7 +53,7 @@ phpstan:
53
php bin/phpstan clear-result-cache -q && php -d memory_limit=768M bin/phpstan
54
55
phpstan-static-reflection:
56
- php bin/phpstan clear-result-cache -q && php -d memory_limit=768M bin/phpstan analyse -c phpstan-static-reflection.neon
+ php bin/phpstan clear-result-cache -q && php -d memory_limit=800M bin/phpstan analyse -c phpstan-static-reflection.neon
57
58
phpstan-result-cache:
59
php -d memory_limit=768M bin/phpstan
0 commit comments