We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bc88d commit f493b44Copy full SHA for f493b44
.styleci.yml
@@ -1,20 +1,12 @@
1
preset: psr12
2
risky: true
3
4
-version: 8
+version: 8.1
5
6
finder:
7
exclude:
8
- docs
9
- vendor
10
- - resources
11
- - views
12
- - public
13
- - templates
14
- not-name:
15
- - UnionCar.php
16
- - TimerUnionTypes.php
17
- - schema1.php
18
19
enabled:
20
- 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
0 commit comments