Skip to content

Commit 8bf4f41

Browse files
committed
Updated StyleCI settings.
1 parent 0c59468 commit 8bf4f41

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.styleci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
preset: recommended
22

3+
finder:
4+
path:
5+
- "src"
6+
- "tests"
7+
38
enabled:
49
- align_equals
510
- concat_with_spaces
611
- not_operator_with_space
712

813
disabled:
9-
- concat_without_spaces
1014
- unalign_equals
11-
- trailing_comma_in_multiline_array
12-
13-
finder:
14-
path:
15-
- "src"
16-
- "tests"
15+
- concat_without_spaces
16+
- phpdoc_separation

0 commit comments

Comments
 (0)