Skip to content

Commit 67b6a92

Browse files
committed
Revert A little bit more RAM for phpstan-static-reflection
This reverts commit 05c5ad3.
1 parent f63c54f commit 67b6a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ phpstan:
5353
php bin/phpstan clear-result-cache -q && php -d memory_limit=768M bin/phpstan
5454

5555
phpstan-static-reflection:
56-
php bin/phpstan clear-result-cache -q && php -d memory_limit=800M bin/phpstan analyse -c phpstan-static-reflection.neon
56+
php bin/phpstan clear-result-cache -q && php -d memory_limit=768M bin/phpstan analyse -c phpstan-static-reflection.neon
5757

5858
phpstan-result-cache:
5959
php -d memory_limit=768M bin/phpstan

0 commit comments

Comments
 (0)