File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public static function create(array $overwrittenRules = []): array {
72
72
'property ' => 'one ' ,
73
73
],
74
74
],
75
- 'no_null_property_initialization ' => true , // TODO: check against yii2 default overrides
75
+ 'no_null_property_initialization ' => true ,
76
76
'no_php4_constructor ' => true ,
77
77
'no_unneeded_final_method ' => true ,
78
78
'ordered_class_elements ' => true ,
@@ -98,7 +98,7 @@ public static function create(array $overwrittenRules = []): array {
98
98
'trailing_comma_in_multiline ' => [
99
99
'elements ' => PHP_MAJOR_VERSION >= 8
100
100
? ['arrays ' , 'arguments ' , 'parameters ' , 'match ' ]
101
- : ['arrays ' , 'parameters ' ],
101
+ : ['arrays ' , 'arguments ' ],
102
102
],
103
103
'yoda_style ' => [
104
104
'equal ' => false ,
You can’t perform that action at this time.
0 commit comments