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 7583254 commit 6805e64Copy full SHA for 6805e64
composer.json
@@ -59,7 +59,7 @@
59
}
60
},
61
"scripts": {
62
- "phpstan": "phpstan analyse -c phpstan.neon --no-progress -vvv",
+ "phpstan": "phpstan analyse -c phpstan.neon --no-progress -vvv --memory-limit=1G",
63
"cs-check": "phpcs",
64
"cs-fix": "phpcbf",
65
"test": ["@cs-check", "@phpstan", "phpunit"]
0 commit comments