Skip to content

Commit

Permalink
Revert "Updated Lint for OC v3.x releases compatibility"
Browse files Browse the repository at this point in the history
This reverts commit 78ed0ff.
  • Loading branch information
TheCartpenter committed Dec 25, 2023
1 parent 78ed0ff commit f384495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
- name: PHPStan
run: |
composer require --dev phpstan/phpstan 1.10.41
./upload/system/storage/vendor/bin/phpstan analyze --no-progress
./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.41.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
./system/storage/vendor/bin/php-cs-fixer fix --dry-run --diff --ansi || true
./system/storage/vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle | cs2pr

0 comments on commit f384495

Please sign in to comment.