Skip to content

Commit 921a5eb

Browse files
committed
Enhancement: Enable void_return fixer
1 parent 77a0620 commit 921a5eb

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
@@ -29,6 +29,7 @@
2929
'strict_param' => true,
3030
'trim_array_spaces' => true,
3131
'visibility_required' => true,
32+
'void_return' => true,
3233
'whitespace_after_comma_in_array' => true,
3334
]);
3435

0 commit comments

Comments
 (0)