|
41 | 41 | ], |
42 | 42 | ], |
43 | 43 | 'blank_line_after_namespace' => true, |
| 44 | + 'blank_lines_before_namespace' => [ |
| 45 | + 'max_line_breaks' => 1, |
| 46 | + 'min_line_breaks' => 0, |
| 47 | + ], |
44 | 48 | 'blank_line_before_statement' => [ |
45 | 49 | 'statements' => [ |
46 | 50 | 'break', |
|
105 | 109 | 'fully_qualified_strict_types' => true, |
106 | 110 | 'function_declaration' => true, |
107 | 111 | 'function_to_constant' => true, |
108 | | - 'function_typehint_space' => true, |
109 | 112 | 'global_namespace_import' => [ |
110 | 113 | 'import_classes' => true, |
111 | 114 | 'import_constants' => true, |
|
155 | 158 | 'no_binary_string' => true, |
156 | 159 | 'no_blank_lines_after_class_opening' => true, |
157 | 160 | 'no_blank_lines_after_phpdoc' => true, |
158 | | - 'no_blank_lines_before_namespace' => true, |
159 | 161 | 'no_break_comment' => true, |
160 | 162 | 'no_closing_tag' => true, |
161 | 163 | 'no_empty_comment' => true, |
|
175 | 177 | 'no_space_around_double_colon' => true, |
176 | 178 | 'no_spaces_after_function_name' => true, |
177 | 179 | 'no_spaces_around_offset' => true, |
178 | | - 'no_spaces_inside_parenthesis' => true, |
179 | 180 | 'no_superfluous_elseif' => true, |
180 | 181 | 'no_superfluous_phpdoc_tags' => [ |
181 | 182 | 'allow_mixed' => true, |
|
300 | 301 | 'single_space_around_construct' => true, |
301 | 302 | 'single_trait_insert_per_statement' => true, |
302 | 303 | 'space_after_semicolon' => true, |
| 304 | + 'spaces_inside_parentheses' => [ |
| 305 | + 'space' => 'none', |
| 306 | + ], |
303 | 307 | 'standardize_increment' => true, |
304 | 308 | 'standardize_not_equals' => true, |
305 | 309 | 'statement_indentation' => true, |
|
319 | 323 | ] |
320 | 324 | ], |
321 | 325 | 'trim_array_spaces' => true, |
| 326 | + 'type_declaration_spaces' => [ |
| 327 | + 'elements' => [ |
| 328 | + 'function', |
| 329 | + ], |
| 330 | + ], |
322 | 331 | 'types_spaces' => true, |
323 | 332 | 'unary_operator_spaces' => true, |
324 | 333 | 'visibility_required' => [ |
|
0 commit comments