Skip to content

Commit

Permalink
Update php cs fixer and check command (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkniest authored Oct 8, 2023
1 parent 3cd9d06 commit eb618dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: 'composer update -W --prefer-${{ matrix.composer-strategy }} --no-ansi --no-interaction --no-progress --optimize-autoloader'

- name: Run PHP CS fixer
run: 'PHP_CS_FIXER_IGNORE_ENV=True ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --dry-run'
run: 'PHP_CS_FIXER_IGNORE_ENV=True ./vendor/bin/php-cs-fixer check --config=.php-cs-fixer.php'

phpstan:
name: PHPstan
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"friends-of-phpspec/phpspec-code-coverage": "^6.0.0",
"phpunit/php-code-coverage": "^9.2.5|^10.0.2",
"jkniest/linting": ">=1.10.0",
"friendsofphp/php-cs-fixer": "3.30.0",
"friendsofphp/php-cs-fixer": "3.34.1",
"nikic/php-parser": "^4.13.2",
"webmozart/assert": "^1.11.0"
},
Expand Down

1 comment on commit eb618dc

@vercel
Copy link

@vercel vercel bot commented on eb618dc Oct 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.