Skip to content

Commit 4bf3c1f

Browse files
committed
CI PHPDoc types sniff WIP 10
1 parent 59e823c commit 4bf3c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpdoctypessniff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Install PHPCS and PHPDoc types sniff globally
2828
run: |
29-
composer global require --no-interaction --no-progress --no-suggest jamescnz/phpdoctypessniff
29+
composer global require --no-interaction --no-progress jamescnz/phpdoctypessniff
3030
echo "${HOME}/.composer/vendor/bin" >> $GITHUB_PATH
3131
3232
- name: Run PHPCS with PHPDoc types sniff

0 commit comments

Comments
 (0)