Skip to content

Commit 9d8cbb6

Browse files
committed
Add rest of styleci rules
1 parent 75b17ed commit 9d8cbb6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.styleci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
preset: recommended
2+
risky: true
13
enabled:
4+
- declare_strict_types
5+
- dir_constant
6+
- unalign_double_arrow
27
- no_superfluous_phpdoc_tags
8+
disabled:
9+
- align_double_arrow
10+
- align_phpdoc
11+
- phpdoc_align

0 commit comments

Comments
 (0)