Skip to content

Commit 53226fa

Browse files
committed
chore: update psalm scripts
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 14fa987 commit 53226fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"cs:fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix",
1212
"cs:check": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff",
1313
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -not -path './tests/stubs/*' -print0 | xargs -0 -n1 php -l",
14-
"psalm": "psalm.phar --threads=1",
15-
"psalm:update-baseline": "psalm.phar --threads=1 --update-baseline",
16-
"psalm:clear": "psalm.phar --clear-cache && psalm.phar --clear-global-cache",
17-
"psalm:fix": "psalm.phar --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType,MissingOverrideAttribute",
14+
"psalm": "psalm --threads=1",
15+
"psalm:update-baseline": "psalm --threads=1 --update-baseline",
16+
"psalm:clear": "psalm --clear-cache && psalm.phar --clear-global-cache",
17+
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType,MissingOverrideAttribute",
1818
"test:integration": "phpunit -c tests/phpunit.integration.xml --fail-on-warning",
1919
"test:integration:dev": "phpunit -c tests/phpunit.integration.xml --no-coverage --order-by=defects --stop-on-defect --fail-on-warning --stop-on-error --stop-on-failure",
2020
"test:unit": "phpunit -c tests/phpunit.unit.xml --fail-on-warning",

0 commit comments

Comments
 (0)