@@ -104,7 +104,7 @@ private static function getBaseRules(): array
104
104
'blank_line_before_statement ' => [
105
105
'statements ' => [
106
106
'break ' , 'continue ' , 'case ' , 'declare ' , 'default ' , 'do ' , 'for ' , 'foreach ' ,
107
- 'if ' , 'return ' , 'switch ' , 'throw ' , 'try ' , 'while ' , ' yield ' ,
107
+ 'if ' , 'return ' , 'switch ' , 'throw ' , 'try ' , 'while ' ,
108
108
],
109
109
],
110
110
'cast_spaces ' => [
@@ -113,12 +113,12 @@ private static function getBaseRules(): array
113
113
'combine_consecutive_issets ' => true ,
114
114
'combine_consecutive_unsets ' => true ,
115
115
'combine_nested_dirname ' => true ,
116
- 'compact_nullable_typehint ' => true ,
116
+ 'compact_nullable_type_declaration ' => true ,
117
117
'concat_space ' => [
118
118
'spacing ' => 'one ' ,
119
119
],
120
120
'dir_constant ' => true ,
121
- 'escape_implicit_backslashes ' => true ,
121
+ 'string_implicit_backslashes ' => true ,
122
122
'explicit_indirect_variable ' => true ,
123
123
'explicit_string_variable ' => true ,
124
124
'fully_qualified_strict_types ' => true ,
@@ -141,7 +141,7 @@ private static function getBaseRules(): array
141
141
'modernize_types_casting ' => true ,
142
142
'multiline_comment_opening_closing ' => true ,
143
143
'multiline_whitespace_before_semicolons ' => true ,
144
- 'native_function_type_declaration_casing ' => true ,
144
+ 'native_type_declaration_casing ' => true ,
145
145
'no_alias_functions ' => true ,
146
146
'no_alternative_syntax ' => true ,
147
147
'no_extra_blank_lines ' => [
0 commit comments