Skip to content

Commit

Permalink
Fix ReturnTypeFromReturnNewRector rule definition typo (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrault committed Jun 17, 2021
1 parent a41a5ba commit 028c106
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function action()
<<<'CODE_SAMPLE'
final class SomeClass
{
public function action(): Respose
public function action(): Response
{
return new Response();
}
Expand Down

0 comments on commit 028c106

Please sign in to comment.