|
42 | 42 | 'blank_line_after_opening_tag' => true, |
43 | 43 | 'concat_space' => ['spacing' => 'one'], |
44 | 44 | 'declare_equal_normalize' => true, |
45 | | - 'function_typehint_space' => true, |
| 45 | + 'type_declaration_spaces' => true, |
46 | 46 | 'single_line_comment_style' => ['comment_types' => ['hash']], |
47 | 47 | 'include' => true, |
48 | 48 | 'lowercase_cast' => true, |
49 | 49 | 'native_function_casing' => true, |
50 | | - 'new_with_braces' => true, |
| 50 | + 'new_with_parentheses' => true, |
51 | 51 | 'no_blank_lines_after_class_opening' => true, |
52 | 52 | 'no_blank_lines_after_phpdoc' => true, |
53 | 53 | 'no_empty_comment' => true, |
|
70 | 70 | 'no_short_bool_cast' => true, |
71 | 71 | 'no_singleline_whitespace_before_semicolons' => true, |
72 | 72 | 'no_spaces_around_offset' => true, |
73 | | - 'no_trailing_comma_in_list_call' => true, |
74 | | - 'no_trailing_comma_in_singleline_array' => true, |
| 73 | + 'no_trailing_comma_in_singleline' => true, |
75 | 74 | 'no_unneeded_control_parentheses' => [ |
76 | 75 | 'statements' => ['break', 'clone', 'continue', 'echo_print', 'return', 'switch_case', 'yield'], |
77 | 76 | ], |
|
0 commit comments