Skip to content

Commit

Permalink
Upgraded CS fixer to v3.57.1 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed May 16, 2024
1 parent ed32dfd commit 2b75a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
- name: Code style
run: |
composer require --dev friendsofphp/php-cs-fixer v3.56.1
composer require --dev friendsofphp/php-cs-fixer v3.57.1
./upload/system/storage/vendor/bin/php-cs-fixer fix --dry-run --diff --ansi || true
./upload/system/storage/vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle | cs2pr

0 comments on commit 2b75a6b

Please sign in to comment.