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 57ef1aa commit 84952e4Copy full SHA for 84952e4
composer.json
@@ -120,7 +120,7 @@
120
"cs-check": "phpcs",
121
"cs-fix": "phpcbf",
122
"serve": "php -S 0.0.0.0:8080 -t public/",
123
- "static-analysis": "phpstan analyse",
+ "static-analysis": "phpstan analyse --memory-limit 256M",
124
"test": "phpunit --colors=always",
125
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
126
}
0 commit comments