Skip to content

Commit f195538

Browse files
committed
whitespace fix
1 parent 5f86715 commit f195538

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
# The concurrency group contains the workflow name and the branch name.
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: true
15-
15+
1616
jobs:
1717
php-codesniffer:
1818
strategy:
@@ -28,4 +28,4 @@ jobs:
2828
--ignore='*vendor/*'
2929
--standard=PHPCompatibility
3030
--extensions=php
31-
--runtime-set testVersion ${{ matrix.php }}
31+
--runtime-set testVersion ${{ matrix.php }}

0 commit comments

Comments
 (0)