Skip to content

Commit d47a853

Browse files
committed
fix indent
1 parent 503fffa commit d47a853

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/php-version-sniff.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- uses: pipeline-components/php-codesniffer@master
2525
with:
2626
options: >-
27-
-s
28-
--ignore='*vendor/*'
29-
--standard=PHPCompatibility
30-
--extensions=php
31-
--runtime-set testVersion ${{ matrix.php }}
27+
-s
28+
--ignore='*vendor/*'
29+
--standard=PHPCompatibility
30+
--extensions=php
31+
--runtime-set testVersion ${{ matrix.php }}

0 commit comments

Comments
 (0)