File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 5858 'allow_single_line_empty_anonymous_classes ' => true ,
5959 'allow_single_line_anonymous_functions ' => true ,
6060 ],
61+ 'function_declaration ' => [
62+ 'closure_function_spacing ' => 'one ' ,
63+ 'trailing_comma_single_line ' => false ,
64+ ],
6165 'no_multiple_statements_per_line ' => true ,
6266 'no_trailing_comma_in_singleline ' => [
6367 'elements ' => [
Original file line number Diff line number Diff line change 5050 'allow_single_line_empty_anonymous_classes ' => true ,
5151 'allow_single_line_anonymous_functions ' => true ,
5252 ],
53+ 'function_declaration ' => [
54+ 'closure_function_spacing ' => 'one ' ,
55+ 'trailing_comma_single_line ' => false ,
56+ ],
5357 'no_multiple_statements_per_line ' => true ,
5458 'no_trailing_comma_in_singleline ' => [
5559 'elements ' => [
Original file line number Diff line number Diff line change 5252 'allow_single_line_empty_anonymous_classes ' => true ,
5353 'allow_single_line_anonymous_functions ' => true ,
5454 ],
55+ 'function_declaration ' => [
56+ 'closure_function_spacing ' => 'one ' ,
57+ 'trailing_comma_single_line ' => false ,
58+ ],
5559 'no_multiple_statements_per_line ' => true ,
5660 'no_trailing_comma_in_singleline ' => [
5761 'elements ' => [
You can’t perform that action at this time.
0 commit comments