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.
composer phpstan
1 parent e8159af commit c30e8c7Copy full SHA for c30e8c7
composer.json
@@ -57,7 +57,7 @@
57
"sort-packages": true
58
},
59
"scripts": {
60
- "phpstan": "./vendor/bin/phpstan --memory-limit=1G --ansi",
+ "phpstan": "./vendor/bin/phpstan --memory-limit=128 --ansi",
61
"test:unit": "./vendor/bin/phpunit --colors=always --verbose",
62
"test:unit:coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --colors=always --coverage-html=tests/coverage",
63
"lint:check": "./vendor/bin/php-cs-fixer fix -v --using-cache=no --dry-run",
0 commit comments