We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no_spaces_inside_parenthesis
spaces_inside_parentheses
1 parent 589bcb9 commit 4cc62f0Copy full SHA for 4cc62f0
src/RuleSet/CommonRules.php
@@ -300,7 +300,6 @@ protected function commonRules(): array
300
'outside',
301
],
302
303
- 'no_spaces_inside_parenthesis' => true,
304
'no_superfluous_elseif' => true,
305
'no_superfluous_phpdoc_tags' => [
306
'allow_mixed' => true,
@@ -723,6 +722,9 @@ protected function commonRules(): array
723
722
'space_after_semicolon' => [
724
'remove_in_empty_for_expressions' => false,
725
+ 'spaces_inside_parentheses' => [
726
+ 'space' => 'none',
727
+ ],
728
'standardize_increment' => true,
729
'standardize_not_equals' => true,
730
'statement_indentation' => true,
0 commit comments