Skip to content

Commit 04b8215

Browse files
committed
Enhancement: Enable void_return fixer
1 parent 48a8964 commit 04b8215

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
@@ -43,6 +43,7 @@
4343
'switch_case_space' => true,
4444
'trim_array_spaces' => true,
4545
'visibility_required' => true,
46+
'void_return' => true,
4647
'whitespace_after_comma_in_array' => true,
4748
]);
4849

0 commit comments

Comments
 (0)