Skip to content

Commit 4cc62f0

Browse files
committed
Replace no_spaces_inside_parenthesis with spaces_inside_parentheses
1 parent 589bcb9 commit 4cc62f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/RuleSet/CommonRules.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ protected function commonRules(): array
300300
'outside',
301301
],
302302
],
303-
'no_spaces_inside_parenthesis' => true,
304303
'no_superfluous_elseif' => true,
305304
'no_superfluous_phpdoc_tags' => [
306305
'allow_mixed' => true,
@@ -723,6 +722,9 @@ protected function commonRules(): array
723722
'space_after_semicolon' => [
724723
'remove_in_empty_for_expressions' => false,
725724
],
725+
'spaces_inside_parentheses' => [
726+
'space' => 'none',
727+
],
726728
'standardize_increment' => true,
727729
'standardize_not_equals' => true,
728730
'statement_indentation' => true,

0 commit comments

Comments
 (0)