Skip to content

Commit

Permalink
Use PHP-CS since PER will be deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Oct 23, 2023
1 parent cef4d4f commit c93de6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
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 --format=checkstyle | cs2pr
- run: php-cs-fixer fix . --dry-run --rules=@PER-CS --format=checkstyle | cs2pr

0 comments on commit c93de6d

Please sign in to comment.