Skip to content

Commit 36f3993

Browse files
committed
Fix: Use spaces_inside_parenthesis instead of deprecated no_spaces_inside_parentheses fixer
1 parent 091924d commit 36f3993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@
163163
'no_singleline_whitespace_before_semicolons' => true,
164164
'no_spaces_after_function_name' => true,
165165
'no_spaces_around_offset' => true,
166-
'no_spaces_inside_parenthesis' => true,
167166
'no_superfluous_elseif' => true,
168167
'no_superfluous_phpdoc_tags' => [
169168
'allow_mixed' => true,
@@ -284,6 +283,7 @@
284283
'single_space_around_construct' => true,
285284
'single_trait_insert_per_statement' => true,
286285
'space_after_semicolon' => true,
286+
'spaces_inside_parentheses' => true,
287287
'standardize_increment' => true,
288288
'standardize_not_equals' => true,
289289
'statement_indentation' => true,

0 commit comments

Comments
 (0)