Skip to content

Commit

Permalink
diff typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Votruba committed Feb 26, 2018
1 parent bd3036f commit a492401
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -54,8 +54,8 @@ PHP AST can be saved, but it still needed a bit polishing:

class Controller
{
+ public function actionIndex(): DeprecatedRequest
- public function actionIndex(): \Symfony\Component\HttpFoundation\NewRequest
-    public function actionIndex(): DeprecatedRequest
+ public function actionIndex(): \Symfony\Component\HttpFoundation\NewRequest
{
}
}
Expand Down

0 comments on commit a492401

Please sign in to comment.