Skip to content

Commit

Permalink
Fixed php-cs-fixer job
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Feb 8, 2024
1 parent d435718 commit b048ea2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
- uses: ramsey/composer-install@v2
with:
composer-options: --optimize-autoloader
- run: composer fixcs -- --dry-run --format=checkstyle --ansi | cs2pr
- run: vendor/bin/php-cs-fixer fix -v --dry-run --format=checkstyle --ansi | cs2pr
- run: vendor/bin/php-cs-fixer fix -v --dry-run --format=checkstyle --ansi --config=.RecursiveTypeReplacer.php-cs-fixer.dist.php | cs2pr
- run: vendor/bin/php-cs-fixer fix -v --dry-run --format=checkstyle --ansi --config=.Reflection.php-cs-fixer.dist.php | cs2pr
- run: vendor/bin/php-cs-fixer fix -v --dry-run --format=checkstyle --ansi --config=.TypeInheritanceResolver.php-cs-fixer.dist.php | cs2pr

psalm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b048ea2

Please sign in to comment.