Skip to content

Commit 1299284

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable string_length_to_empty fixer
1 parent 3ee20bf commit 1299284

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
@@ -294,6 +294,7 @@
294294
'statement_indentation' => true,
295295
'static_lambda' => true,
296296
'strict_param' => true,
297+
'string_length_to_empty'=> true,
297298
'string_line_ending' => true,
298299
'switch_case_semicolon_to_colon' => true,
299300
'switch_case_space' => true,

0 commit comments

Comments
 (0)