From 9b8af40ebf4ccdb1fb76e060bdcc59b88e0af962 Mon Sep 17 00:00:00 2001 From: David Grayston Date: Mon, 21 Oct 2024 12:05:33 +0100 Subject: [PATCH] fix: Increase PHPStan memory limit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0999755..666516c 100644 --- a/Makefile +++ b/Makefile @@ -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: