Skip to content

Commit

Permalink
feat: Added PSR12 as a default standard for phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
igorhrcek committed Apr 12, 2022
1 parent 74176b9 commit 535fa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Lint and run checks with phpstan
run: phpstan analyse src --level=5
- name: Check codestyle with phpcs
run: phpcs src
run: phpcs src --standard=PSR12 --exclude=Generic.Files.LineLength

0 comments on commit 535fa4f

Please sign in to comment.