@@ -29,7 +29,9 @@ final class Config extends PhpCsFixerConfig
2929 'combine_consecutive_unsets ' => false ,
3030 'comment_to_phpdoc ' => false ,
3131 'concat_space ' => ['spacing ' => 'one ' ],
32+ 'control_structure_braces ' => true ,
3233 'control_structure_continuation_position ' => true ,
34+ 'curly_braces_position ' => true ,
3335 'date_time_create_from_format_call ' => true ,
3436 'date_time_immutable ' => false ,
3537 'declare_parentheses ' => true ,
@@ -48,6 +50,7 @@ final class Config extends PhpCsFixerConfig
4850 'native_function_invocation ' => ['include ' => ['@internal ' ]],
4951 'no_blank_lines_before_namespace ' => false ,
5052 'no_multiline_whitespace_around_double_arrow ' => false ,
53+ 'no_multiple_statements_per_line ' => true ,
5154 'no_superfluous_phpdoc_tags ' => ['allow_mixed ' => true ],
5255 'not_operator_with_space ' => false ,
5356 'not_operator_with_successor_space ' => true ,
@@ -74,6 +77,7 @@ final class Config extends PhpCsFixerConfig
7477 'simplified_null_return ' => false ,
7578 'single_line_throw ' => false ,
7679 'space_after_semicolon ' => true ,
80+ 'statement_indentation ' => true ,
7781 'static_lambda ' => false ,
7882 'unary_operator_spaces ' => false ,
7983 'use_arrow_functions ' => false ,
0 commit comments