Skip to content

Commit 685f488

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable no_space_around_double_colon fixer
1 parent 8c1cd6a commit 685f488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
'no_php4_constructor' => true,
168168
'no_short_bool_cast' => true,
169169
'no_singleline_whitespace_before_semicolons' => true,
170+
'no_space_around_double_colon' => true,
170171
'no_spaces_after_function_name' => true,
171172
'no_spaces_around_offset' => true,
172173
'no_spaces_inside_parenthesis' => true,

0 commit comments

Comments
 (0)