Skip to content

Commit 4b361a0

Browse files
committed
[BUGFIX] Fix StyleCI configuration
1 parent 87d4f86 commit 4b361a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.styleci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ risky: true
22

33
preset: psr12
44

5+
disabled:
6+
- binary_operator_at_least_one_space
7+
58
enabled:
69
- alpha_ordered_imports
7-
- binary_operator_spaces
10+
- binary_operator_exactly_one_space
811
- blank_line_before_return
912
- hash_to_slash_comment
1013
- linebreak_after_opening_tag

0 commit comments

Comments
 (0)