|
14 | 14 | 'array_syntax' => ['syntax' => 'short'],
|
15 | 15 | 'backtick_to_shell_exec' => true,
|
16 | 16 | 'binary_operator_spaces' => true,
|
| 17 | + 'blank_lines_before_namespace' => true, |
17 | 18 | 'blank_line_after_namespace' => true,
|
18 | 19 | 'blank_line_after_opening_tag' => true,
|
19 | 20 | 'blank_line_before_statement' => [
|
|
22 | 23 | 'if', 'foreach', 'return', 'switch', 'try', 'while',
|
23 | 24 | ],
|
24 | 25 | ],
|
25 |
| - 'braces' => [ |
26 |
| - 'allow_single_line_closure' => false, |
27 |
| - 'position_after_control_structures' => 'same', |
28 |
| - 'position_after_functions_and_oop_constructs' => 'next', |
29 |
| - ], |
30 | 26 | 'cast_spaces' => ['space' => 'single'],
|
31 | 27 | 'class_attributes_separation' => true,
|
32 | 28 | 'combine_consecutive_issets' => true,
|
33 | 29 | 'combine_consecutive_unsets' => true,
|
34 | 30 | 'compact_nullable_typehint' => true,
|
35 | 31 | 'concat_space' => ['spacing' => 'one'],
|
36 | 32 | 'fully_qualified_strict_types' => true,
|
37 |
| - 'function_typehint_space' => true, |
38 | 33 | 'increment_style' => ['style' => 'pre'],
|
39 | 34 | 'linebreak_after_opening_tag' => true,
|
40 | 35 | 'list_syntax' => ['syntax' => 'short'],
|
|
111 | 106 | 'semicolon_after_instruction' => true,
|
112 | 107 | 'short_scalar_cast' => true,
|
113 | 108 | 'simplified_null_return' => true,
|
114 |
| - 'single_blank_line_before_namespace' => true, |
115 | 109 | 'single_quote' => true,
|
116 | 110 | 'single_line_comment_style' => true,
|
117 | 111 | 'ternary_operator_spaces' => true,
|
118 | 112 | 'ternary_to_null_coalescing' => true,
|
| 113 | + 'type_declaration_spaces' => true, |
119 | 114 | 'trim_array_spaces' => true,
|
120 | 115 | 'unary_operator_spaces' => true,
|
121 | 116 | 'whitespace_after_comma_in_array' => true,
|
|
0 commit comments