Skip to content

Commit

Permalink
Add missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jul 29, 2019
1 parent 90854c4 commit c887d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UnusedCodeTest.php
Expand Up @@ -187,7 +187,7 @@ private function foo() : void {}
'everythingUsed' => [ 'everythingUsed' => [
'<?php '<?php
interface I { interface I {
public function foo(); public function foo() : void;
} }
class B implements I { class B implements I {
public function foo() : void {} public function foo() : void {}
Expand Down

0 comments on commit c887d90

Please sign in to comment.