Skip to content

Commit

Permalink
Fix the Composer script for Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Apr 1, 2021
1 parent 7c37d77 commit 2ff625c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"tools/phpunit --colors=always"
],
"psalm": [
"[ \"${PSALM_SHEPHERD:-0}\" = '0' ] && tools/psalm --no-cache || tools/psalm --no-cache --shepherd"
"if [ \"${PSALM_SHEPHERD:-0}\" = '0' ]; then tools/psalm --no-cache; else tools/psalm --no-cache --shepherd; fi"
]
}
}

0 comments on commit 2ff625c

Please sign in to comment.