Skip to content

Commit

Permalink
Lint updated
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 committed Jul 27, 2024
1 parent fcc0c4b commit 86c8de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:

- name: PHPStan
run: |
composer require --dev phpstan/phpstan 1.11.7
composer require --dev phpstan/phpstan 1.11.8
./upload/system/storage/vendor/bin/phpstan analyze --no-progress
- name: Code style
if: matrix.php == '8.3'
run: |
composer require --dev friendsofphp/php-cs-fixer v3.59.3
composer require --dev friendsofphp/php-cs-fixer v3.60.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 86c8de3

Please sign in to comment.