Skip to content

Commit

Permalink
New version of php-cs-fixer has to be invoked slightly differently
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kopinsky authored and Michael Kopinsky committed Jun 17, 2021
1 parent a9e8c73 commit 9f2014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ./vendor/bin/parallel-lint src test

- name: php-cs-fixer
run: ./vendor/bin/php-cs-fixer fix src --level=psr2
run: ./vendor/bin/php-cs-fixer fix src --rules=@PSR2

- name: phpcs
run: ./vendor/bin/phpcs src --standard=psr2 -sp
Expand Down

0 comments on commit 9f2014f

Please sign in to comment.