Skip to content

Commit a9e7466

Browse files
committed
chore: add void_return for cs-fixer
1 parent f082905 commit a9e7466

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
@@ -17,6 +17,7 @@
1717

1818
$overrides = [
1919
'declare_strict_types' => true,
20+
'void_return' => true,
2021
];
2122

2223
$options = [

0 commit comments

Comments
 (0)