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 {
7272 'property ' => 'one ' ,
7373 ],
7474 ],
75- 'no_null_property_initialization ' => true , // TODO: check against yii2 default overrides
75+ 'no_null_property_initialization ' => true ,
7676 'no_php4_constructor ' => true ,
7777 'no_unneeded_final_method ' => true ,
7878 'ordered_class_elements ' => true ,
@@ -98,7 +98,7 @@ public static function create(array $overwrittenRules = []): array {
9898 'trailing_comma_in_multiline ' => [
9999 'elements ' => PHP_MAJOR_VERSION >= 8
100100 ? ['arrays ' , 'arguments ' , 'parameters ' , 'match ' ]
101- : ['arrays ' , 'parameters ' ],
101+ : ['arrays ' , 'arguments ' ],
102102 ],
103103 'yoda_style ' => [
104104 'equal ' => false ,
You can’t perform that action at this time.
0 commit comments