Skip to content

Commit 6bd0be6

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable no_useless_concat_operator fixer
1 parent e5c58e0 commit 6bd0be6

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
@@ -187,6 +187,7 @@
187187
'no_unset_cast' => true,
188188
'no_unset_on_property' => true,
189189
'no_unused_imports' => true,
190+
'no_useless_concat_operator' => true,
190191
'no_useless_else' => true,
191192
'no_useless_return' => true,
192193
'no_useless_sprintf' => true,

0 commit comments

Comments
 (0)