Skip to content

Commit

Permalink
Simplify php-cs-fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Nov 7, 2023
1 parent b2a96e0 commit 01ae53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
php-version: 8.2
coverage: xdebug
tools: php-cs-fixer, cs2pr
- run: php-cs-fixer fix . --dry-run --rules=@PER-CS,declare_strict_types,no_unused_imports,ordered_imports,ordered_traits --allow-risky=yes --format=checkstyle | cs2pr
- run: php-cs-fixer fix . --dry-run --rules=@PER-CS --format=checkstyle | cs2pr

0 comments on commit 01ae53b

Please sign in to comment.