Skip to content

Commit 3e3e15f

Browse files
committed
chore: reorder flags in php-cs-fixer command for clarity
1 parent b2261c1 commit 3e3e15f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
php-version: 8.5
2020
coverage: xdebug
2121
tools: php-cs-fixer, cs2pr
22-
- run: php-cs-fixer fix . --dry-run --rules=@PER-CS --format=checkstyle --no-interaction | cs2pr
22+
- run: php-cs-fixer fix . --no-interaction --dry-run --rules=@PER-CS --format=checkstyle | cs2pr

0 commit comments

Comments
 (0)