Skip to content

Commit

Permalink
add void return
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 6, 2024
1 parent d3a2678 commit 03d082c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'@PHP73Migration' => true,
'@PHP74Migration' => true,
'@PHP74Migration:risky' => true,
'void_return' => false,
'declare_strict_types' => false,
'array_syntax' => [
'syntax' => 'short',
Expand Down

0 comments on commit 03d082c

Please sign in to comment.