Skip to content

Commit

Permalink
fix: Increase PHPStan memory limit (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston-paddle authored Oct 21, 2024
1 parent 428961d commit 3cdbbe6
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 @@ test:

.PHONY: stan
stan:
$(call command, /app/vendor/bin/phpstan, analyse src)
$(call command, /app/vendor/bin/phpstan, analyse src --memory-limit 256M)

.PHONY: rector
rector:
Expand Down

0 comments on commit 3cdbbe6

Please sign in to comment.