diff --git a/.lintstagedrc.json b/.lintstagedrc.json index f86ea15606a..3d75f82de9e 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,7 +1,7 @@ { "**/*.php": [ "./vendor/bin/ecs check --ansi --fix", - "./vendor/bin/phpstan analyse" + "./vendor/bin/phpstan analyse --memory-limit=1G" ], "*": "prettier --ignore-unknown --write" }