We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e823c commit 4bf3c1fCopy full SHA for 4bf3c1f
1 file changed
.github/workflows/phpdoctypessniff.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Install PHPCS and PHPDoc types sniff globally
28
run: |
29
- composer global require --no-interaction --no-progress --no-suggest jamescnz/phpdoctypessniff
+ composer global require --no-interaction --no-progress jamescnz/phpdoctypessniff
30
echo "${HOME}/.composer/vendor/bin" >> $GITHUB_PATH
31
32
- name: Run PHPCS with PHPDoc types sniff
0 commit comments