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.
1 parent 091924d commit 36f3993Copy full SHA for 36f3993
.php-cs-fixer.dist.php
@@ -163,7 +163,6 @@
163
'no_singleline_whitespace_before_semicolons' => true,
164
'no_spaces_after_function_name' => true,
165
'no_spaces_around_offset' => true,
166
- 'no_spaces_inside_parenthesis' => true,
167
'no_superfluous_elseif' => true,
168
'no_superfluous_phpdoc_tags' => [
169
'allow_mixed' => true,
@@ -284,6 +283,7 @@
284
283
'single_space_around_construct' => true,
285
'single_trait_insert_per_statement' => true,
286
'space_after_semicolon' => true,
+ 'spaces_inside_parentheses' => true,
287
'standardize_increment' => true,
288
'standardize_not_equals' => true,
289
'statement_indentation' => true,
0 commit comments