Skip to content

Commit e99a8b3

Browse files
committed
fix: correct typo in php-cs-fixer command
1 parent ca251f1 commit e99a8b3

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 w | cs2pr
22+
- run: php-cs-fixer fix . --dry-run --rules=@PER-CS --format=checkstyle | cs2pr

0 commit comments

Comments
 (0)