We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5112b10 commit e745e7bCopy full SHA for e745e7b
5 files changed
composer.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"lint": "vendor/bin/pint --test",
19
"format": "vendor/bin/pint",
20
- "check": "vendor/bin/phpstan analyse -c phpstan.neon",
+ "check": "vendor/bin/phpstan analyse -c phpstan.neon --memory-limit 512M",
21
"test": "vendor/bin/phpunit --configuration phpunit.xml",
22
"bench": "vendor/bin/phpbench run --report=benchmark"
23
},
0 commit comments