diff --git a/composer.json b/composer.json index a70fbbc..67508bf 100644 --- a/composer.json +++ b/composer.json @@ -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": {