Skip to content

Commit

Permalink
🎨 Enforce PSR-12
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott authored Jun 18, 2021
1 parent 6e4a94c commit 5ea2c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
run: "composer install --no-interaction --no-progress --no-suggest"

- name: "Coding Standard"
run: "vendor/bin/phpcs --standard=psr2 src/"
run: "vendor/bin/phpcs --standard=psr12 src/"

0 comments on commit 5ea2c85

Please sign in to comment.