Skip to content

Commit

Permalink
Fix: Disable void_return fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 13, 2022
1 parent 59da939 commit ebd6607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Expand Up @@ -206,6 +206,6 @@
'property',
],
],
'void_return' => true,
'void_return' => false,
'whitespace_after_comma_in_array' => true,
]);

0 comments on commit ebd6607

Please sign in to comment.