Skip to content

Commit 42884f6

Browse files
committed
TASK: increase memory limit for phpstan
1 parent 1fc13f6 commit 42884f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"lint:phpstan-legacy": "../../bin/phpstan analyse -c phpstan-legacy.neon.dist -v",
2121
"lint:phpstan-cc": "../../bin/phpstan clear-result-cache",
22-
"lint:phpstan": "../../bin/phpstan analyse -c phpstan.neon.dist -v --memory-limit 256M",
22+
"lint:phpstan": "../../bin/phpstan analyse -c phpstan.neon.dist -v --memory-limit 512M",
2323
"lint": [
2424
"@lint:phpstan",
2525
"@lint:phpstan-legacy"

0 commit comments

Comments
 (0)