Skip to content

Commit

Permalink
Remove void_return rule from cs
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed May 18, 2022
1 parent af40c99 commit 111067a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
'static_lambda' => true,
'ternary_to_null_coalescing' => true,
'visibility_required' => ['elements' => ['property', 'method', 'const']],
'void_return' => true,
])
;

0 comments on commit 111067a

Please sign in to comment.