We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca251f1 commit e99a8b3Copy full SHA for e99a8b3
1 file changed
.github/workflows/php-cs-fixer.yml
@@ -19,4 +19,4 @@ jobs:
19
php-version: 8.5
20
coverage: xdebug
21
tools: php-cs-fixer, cs2pr
22
- - run: php-cs-fixer fix . --dry-run --rules=@PER-CS --format=checkstyle w | cs2pr
+ - run: php-cs-fixer fix . --dry-run --rules=@PER-CS --format=checkstyle | cs2pr
0 commit comments