There was an error while loading. Please reload this page.
1 parent b2261c1 commit 3e3e15fCopy full SHA for 3e3e15f
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 --no-interaction | cs2pr
+ - run: php-cs-fixer fix . --no-interaction --dry-run --rules=@PER-CS --format=checkstyle | cs2pr
0 commit comments