Skip to content

Commit

Permalink
Phpstan/php-cs-fixer updated
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 committed Jul 20, 2024
1 parent 2bcf37e commit fcc0c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3
composer require --dev phpstan/phpstan 1.11.7
./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.58.1
composer require --dev friendsofphp/php-cs-fixer v3.59.3
./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
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* This document has been generated with
* https://mlocati.github.io/php-cs-fixer-configurator/#version:3.58.1|configurator
* https://mlocati.github.io/php-cs-fixer-configurator/#version:3.59.3|configurator
* you can change this configuration by importing this file.
*/
$config = new PhpCsFixer\Config();
Expand Down

0 comments on commit fcc0c4b

Please sign in to comment.