Skip to content

Commit 3210d8d

Browse files
committed
Add styleci config
1 parent 76057af commit 3210d8d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.styleci.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
risky: false
2+
preset: psr12
3+
enabled:
4+
# Risky Fixers
5+
# - declare_strict_types
6+
# - void_return
7+
- ordered_class_elements
8+
- linebreak_after_opening_tag
9+
- single_quote
10+
- no_blank_lines_after_phpdoc
11+
- unary_operator_spaces
12+
- no_useless_else
13+
- no_useless_return
14+
- trailing_comma_in_multiline_array
15+
finder:
16+
exclude:
17+
- "tests"
18+
- "public"

0 commit comments

Comments
 (0)