mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-26 18:15:36 +08:00
Let command level follow phpstan.neon
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"[ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/cghooks add"
|
"[ $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",
|
"cs-fix": "php-cs-fixer fix $1",
|
||||||
"test": "bin/phpunit-swoole --no-coverage"
|
"test": "bin/phpunit-swoole --no-coverage"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user