Skip to content

Commit 6871782

Browse files
committed
Enhancement: Enable void_return fixer
1 parent 1ebc2c4 commit 6871782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'switch_case_space' => true,
3838
'trim_array_spaces' => true,
3939
'visibility_required' => true,
40+
'void_return' => true,
4041
'whitespace_after_comma_in_array' => true,
4142
]);
4243

0 commit comments

Comments
 (0)