We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503fffa commit d47a853Copy full SHA for d47a853
1 file changed
.github/workflows/php-version-sniff.yml
@@ -24,8 +24,8 @@ jobs:
24
- uses: pipeline-components/php-codesniffer@master
25
with:
26
options: >-
27
- -s
28
- --ignore='*vendor/*'
29
- --standard=PHPCompatibility
30
- --extensions=php
31
- --runtime-set testVersion ${{ matrix.php }}
+ -s
+ --ignore='*vendor/*'
+ --standard=PHPCompatibility
+ --extensions=php
+ --runtime-set testVersion ${{ matrix.php }}
0 commit comments