Skip to content

Commit

Permalink
Makefile: increase phpstan memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed May 3, 2024
1 parent 434108c commit 00dce1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ csf:
vendor/bin/phpcbf --standard=ruleset.xml --extensions=php,phpt --tab-width=4 --ignore=tests/tmp --colors -nsp src tests

phpstan:
vendor/bin/phpstan analyse -c phpstan.neon
vendor/bin/phpstan analyse -c phpstan.neon --memory-limit=512M

tests:
vendor/bin/tester -s -p php --colors 1 -C tests/Cases
Expand Down

0 comments on commit 00dce1f

Please sign in to comment.