File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
preset : psr12
2
2
3
+ risky : true
4
+
3
5
enabled :
4
6
- align_double_arrow
5
7
- align_equals
@@ -14,12 +16,9 @@ enabled:
14
16
- cast_spaces
15
17
- combine_consecutive_issets
16
18
- const_separation
17
- - const_visibility_required
18
19
- dir_constant
19
20
- fully_qualified_strict_types
20
21
- logical_operators
21
- - lowercase_cast
22
- - lowercase_static_reference
23
22
- method_separation
24
23
- no_alias_functions
25
24
- no_blank_lines_after_phpdoc
@@ -56,17 +55,13 @@ enabled:
56
55
- phpdoc_var_without_name
57
56
- property_separation
58
57
- self_accessor
59
- - self_static_accessor
60
58
- short_array_syntax
61
59
- short_list_syntax
62
- - short_scalar_cast
63
- - single_blank_line_before_namespace
64
60
- single_line_class_definition
65
61
- single_line_throw
66
62
- single_quote
67
63
- space_after_semicolon
68
64
- standardize_not_equals
69
- - ternary_operator_spaces
70
65
- ternary_to_null_coalescing
71
66
- trailing_comma_in_multiline_array
72
67
- trim_array_spaces
You can’t perform that action at this time.
0 commit comments