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 8c1cd6a commit 685f488Copy full SHA for 685f488
.php-cs-fixer.dist.php
@@ -167,6 +167,7 @@
167
'no_php4_constructor' => true,
168
'no_short_bool_cast' => true,
169
'no_singleline_whitespace_before_semicolons' => true,
170
+ 'no_space_around_double_colon' => true,
171
'no_spaces_after_function_name' => true,
172
'no_spaces_around_offset' => true,
173
'no_spaces_inside_parenthesis' => true,
0 commit comments