Skip to content

Commit 0ae92a0

Browse files
authored
Fix psalm composer script
1 parent acb0b42 commit 0ae92a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"cs-fix": "tools/php-cs-fixer fix --allow-risky=yes",
105105
"cs-test": "tools/php-cs-fixer fix --dry-run --allow-risky=yes",
106106
"psalm": "tools/psalm --threads=1",
107-
"psalm-clear": "tools/psalm --clear-cache && psalm --clear-global-cache",
107+
"psalm-clear": "tools/psalm --clear-cache && tools/psalm --clear-global-cache",
108108
"psalm-fix": "tools/psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType",
109109
"post-install-cmd": "tools/composer-git-hooks add --ignore-lock",
110110
"post-update-cmd": "tools/composer-git-hooks update"

0 commit comments

Comments
 (0)