consistency with psalm
This commit is contained in:
parent
d4c18ca46b
commit
6579ae7625
@ -14,7 +14,7 @@
|
||||
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
|
||||
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
||||
"cs:fix": "php-cs-fixer fix",
|
||||
"psalm": "psalm.phar --threads=1 --no-cache",
|
||||
"psalm:check": "psalm.phar --threads=1 --no-cache",
|
||||
"psalm:fix": "psalm.phar --no-cache --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType"
|
||||
},
|
||||
"config": {
|
||||
|
Reference in New Issue
Block a user