File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ protected function prepareRules() : void
183
183
'no_space_around_double_colon ' => true ,
184
184
'no_spaces_after_function_name ' => true ,
185
185
'no_spaces_around_offset ' => true ,
186
- 'no_spaces_inside_parenthesis ' => true ,
187
186
'no_superfluous_elseif ' => true ,
188
187
'no_superfluous_phpdoc_tags ' => false ,
189
188
'no_trailing_comma_in_singleline ' => true ,
@@ -268,6 +267,9 @@ protected function prepareRules() : void
268
267
'single_quote ' => true ,
269
268
'single_space_around_construct ' => true ,
270
269
'space_after_semicolon ' => true ,
270
+ 'spaces_inside_parentheses ' => [
271
+ 'space ' => 'none ' ,
272
+ ],
271
273
'standardize_increment ' => true ,
272
274
'standardize_not_equals ' => true ,
273
275
'static_lambda ' => true ,
You can’t perform that action at this time.
0 commit comments