Skip to content

Commit 535fa4f

Browse files
author
Igor Hrcek
committed
feat: Added PSR12 as a default standard for phpcs
1 parent 74176b9 commit 535fa4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Lint and run checks with phpstan
2525
run: phpstan analyse src --level=5
2626
- name: Check codestyle with phpcs
27-
run: phpcs src
27+
run: phpcs src --standard=PSR12 --exclude=Generic.Files.LineLength

0 commit comments

Comments
 (0)