File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
preset : psr12
2
2
risky : true
3
3
4
- version : 8
4
+ version : 8.1
5
5
6
6
finder :
7
7
exclude :
8
8
- docs
9
9
- vendor
10
- - resources
11
- - views
12
- - public
13
- - templates
14
- not-name :
15
- - UnionCar.php
16
- - TimerUnionTypes.php
17
- - schema1.php
18
10
19
11
enabled :
20
12
- alpha_ordered_traits
@@ -64,7 +56,6 @@ enabled:
64
56
- phpdoc_order
65
57
- phpdoc_property
66
58
- phpdoc_scalar
67
- - phpdoc_separation
68
59
- phpdoc_singular_inheritdoc
69
60
- phpdoc_trim
70
61
- phpdoc_trim_consecutive_blank_line_separation
@@ -86,3 +77,9 @@ enabled:
86
77
- trailing_comma_in_multiline_array
87
78
- unalign_double_arrow
88
79
- unalign_equals
80
+ - empty_loop_body_braces
81
+ - integer_literal_case
82
+ - union_type_without_spaces
83
+
84
+ disabled :
85
+ - function_declaration
You can’t perform that action at this time.
0 commit comments