File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 58
58
'allow_single_line_empty_anonymous_classes ' => true ,
59
59
'allow_single_line_anonymous_functions ' => true ,
60
60
],
61
- 'function_declaration ' => [
61
+ 'date_time_create_from_format_call ' => false ,
62
+ 'function_declaration ' => [
62
63
'closure_function_spacing ' => 'one ' ,
63
64
'trailing_comma_single_line ' => false ,
64
65
],
Original file line number Diff line number Diff line change 50
50
'allow_single_line_empty_anonymous_classes ' => true ,
51
51
'allow_single_line_anonymous_functions ' => true ,
52
52
],
53
- 'function_declaration ' => [
53
+ 'date_time_create_from_format_call ' => false ,
54
+ 'function_declaration ' => [
54
55
'closure_function_spacing ' => 'one ' ,
55
56
'trailing_comma_single_line ' => false ,
56
57
],
Original file line number Diff line number Diff line change 52
52
'allow_single_line_empty_anonymous_classes ' => true ,
53
53
'allow_single_line_anonymous_functions ' => true ,
54
54
],
55
- 'function_declaration ' => [
55
+ 'date_time_create_from_format_call ' => false ,
56
+ 'function_declaration ' => [
56
57
'closure_function_spacing ' => 'one ' ,
57
58
'trailing_comma_single_line ' => false ,
58
59
],
You can’t perform that action at this time.
0 commit comments