Let command level follow phpstan.neon

This commit is contained in:
crazywhalecc
2022-03-31 02:21:48 +08:00
parent ba5bca20da
commit 81c37c9a0a

View File

@@ -91,7 +91,7 @@
"post-install-cmd": [
"[ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/cghooks add"
],
"analyse": "phpstan analyse --memory-limit 300M -l 0 ./src",
"analyse": "phpstan analyse --memory-limit 300M",
"cs-fix": "php-cs-fixer fix $1",
"test": "bin/phpunit-swoole --no-coverage"
}