We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc13f6 commit 42884f6Copy full SHA for 42884f6
1 file changed
composer.json
@@ -19,7 +19,7 @@
19
],
20
"lint:phpstan-legacy": "../../bin/phpstan analyse -c phpstan-legacy.neon.dist -v",
21
"lint:phpstan-cc": "../../bin/phpstan clear-result-cache",
22
- "lint:phpstan": "../../bin/phpstan analyse -c phpstan.neon.dist -v --memory-limit 256M",
+ "lint:phpstan": "../../bin/phpstan analyse -c phpstan.neon.dist -v --memory-limit 512M",
23
"lint": [
24
"@lint:phpstan",
25
"@lint:phpstan-legacy"
0 commit comments