Skip to content

Commit

Permalink
Update Lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Feb 2, 2024
1 parent 729dc81 commit 637ea77
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 @@ -58,6 +58,6 @@ jobs:
- name: Code style
if: matrix.php == '8.3'
run: |
composer require --dev friendsofphp/php-cs-fixer v3.46.0
composer require --dev friendsofphp/php-cs-fixer v3.49.0
./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 637ea77

Please sign in to comment.