Skip to content

Commit 6cc84a9

Browse files
Switch to PSR-12
1 parent 54585d0 commit 6cc84a9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.styleci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
preset: psr2
1+
preset: psr12
22

33
enabled:
4-
- blank_line_after_opening_tag
4+
- array_indentation
5+
- cast_spaces
6+
- no_empty_phpdoc
7+
- phpdoc_indent
8+
- phpdoc_scalar
9+
- short_scalar_cast
10+
11+
disabled:
12+
- concat_with_spaces

0 commit comments

Comments
 (0)