@@ -86,11 +86,12 @@ public function __construct()
86
86
'single_line ' => true ,
87
87
'space_before_parenthesis ' => true ,
88
88
],
89
- 'clean_namespace ' => true ,
90
- 'combine_consecutive_issets ' => true ,
91
- 'combine_consecutive_unsets ' => true ,
92
- 'combine_nested_dirname ' => true ,
93
- 'comment_to_phpdoc ' => [
89
+ 'class_reference_name_casing ' => true ,
90
+ 'clean_namespace ' => true ,
91
+ 'combine_consecutive_issets ' => true ,
92
+ 'combine_consecutive_unsets ' => true ,
93
+ 'combine_nested_dirname ' => true ,
94
+ 'comment_to_phpdoc ' => [
94
95
'ignored_tags ' => [
95
96
'todo ' ,
96
97
'codeCoverageIgnore ' ,
@@ -171,7 +172,8 @@ public function __construct()
171
172
'fix_inline ' => true ,
172
173
'replacements ' => ['inheritDocs ' => 'inheritDoc ' ],
173
174
],
174
- 'global_namespace_import ' => [
175
+ 'get_class_to_class_keyword ' => false ,
176
+ 'global_namespace_import ' => [
175
177
'import_constants ' => false ,
176
178
'import_functions ' => false ,
177
179
'import_classes ' => true ,
@@ -262,6 +264,7 @@ public function __construct()
262
264
],
263
265
'no_unneeded_curly_braces ' => ['namespaces ' => true ],
264
266
'no_unneeded_final_method ' => ['private_methods ' => true ],
267
+ 'no_unneeded_import_alias ' => true ,
265
268
'no_unreachable_default_argument_value ' => true ,
266
269
'no_unset_cast ' => true ,
267
270
'no_unset_on_property ' => false ,
0 commit comments