Skip to content

Commit

Permalink
Updated lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Jul 25, 2024
1 parent 880b5b7 commit 381a084
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,11 +52,11 @@ 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
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 381a084

Please sign in to comment.