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 9696 'single_import_per_statement ' => ['group_to_single_imports ' => true ],
9797 'single_line_comment_spacing ' => true ,
9898 'statement_indentation ' => true ,
99+ 'types_spaces ' => [
100+ 'space ' => 'none ' ,
101+ 'space_multiple_catch ' => 'none ' ,
102+ ],
99103 // >>>>>>>>>>>>>>>>>>>>>>>>>
100104];
101105
Original file line number Diff line number Diff line change 8888 'single_import_per_statement ' => ['group_to_single_imports ' => true ],
8989 'single_line_comment_spacing ' => true ,
9090 'statement_indentation ' => true ,
91+ 'types_spaces ' => [
92+ 'space ' => 'none ' ,
93+ 'space_multiple_catch ' => 'none ' ,
94+ ],
9195 // >>>>>>>>>>>>>>>>>>>>>>>>>
9296];
9397
Original file line number Diff line number Diff line change 9090 'single_import_per_statement ' => ['group_to_single_imports ' => true ],
9191 'single_line_comment_spacing ' => true ,
9292 'statement_indentation ' => true ,
93+ 'types_spaces ' => [
94+ 'space ' => 'none ' ,
95+ 'space_multiple_catch ' => 'none ' ,
96+ ],
9397 // >>>>>>>>>>>>>>>>>>>>>>>>>
9498];
9599
You can’t perform that action at this time.
0 commit comments