We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c59468 commit 8bf4f41Copy full SHA for 8bf4f41
.styleci.yml
@@ -1,16 +1,16 @@
1
preset: recommended
2
3
+finder:
4
+ path:
5
+ - "src"
6
+ - "tests"
7
+
8
enabled:
9
- align_equals
10
- concat_with_spaces
11
- not_operator_with_space
12
13
disabled:
- - concat_without_spaces
14
- unalign_equals
- - trailing_comma_in_multiline_array
-
-finder:
- path:
15
- - "src"
16
- - "tests"
+ - concat_without_spaces
+ - phpdoc_separation
0 commit comments