Skip to content

Commit

Permalink
Remove void_return directive.
Browse files Browse the repository at this point in the history
Create issues when a class has an interface without return values.
Adding void automatically changes those methods signature and it's not
good.
  • Loading branch information
drupol committed Sep 23, 2019
1 parent bbb9c6f commit f731409
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/php71/phpcsfixer.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ parameters:
rules:
list_syntax:
syntax: short
void_return: true
visibility_required:
elements:
- method
Expand Down

0 comments on commit f731409

Please sign in to comment.