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 9ac82a6 commit 1880842Copy full SHA for 1880842
.styleci.yml
@@ -1,12 +1,10 @@
1
-php:
2
- preset: recommended
+preset: recommended
+ risky: false
3
4
- risky: false
+ enabled:
5
+ - not_operator_with_successor_space
6
+ - short_list_syntax
7
- enabled:
- - not_operator_with_successor_space
8
- - short_list_syntax
9
-
10
- disabled:
11
- - single_quote
12
- - concat_without_spaces
+ disabled:
+ - single_quote
+ - concat_without_spaces
0 commit comments