Upgrade ruleset up to PHP-CS-Fixer v3.48

This commit is contained in:
ErickSkrauch
2024-01-23 06:07:12 +01:00
parent 259b5cc89c
commit 30b1946616
5 changed files with 272 additions and 592 deletions

View File

@@ -48,4 +48,4 @@ jobs:
- name: PHP-CS-Fixer
if: matrix.php-versions == '8.1'
run: vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle | cs2pr
run: vendor/bin/php-cs-fixer check --format=checkstyle | cs2pr