Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 12, 2020
1 parent e74c874 commit 30e6db0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ private function handleRequest(Request $request) : Response
*
* @return RouteMatch The route match.
*
* @throws HttpNotFoundException If no route matches the request.
* @throws \UnexpectedValueException If a route returns an invalid value.
* @throws HttpNotFoundException If no route matches the request.
*/
private function route(Request $request) : RouteMatch
{
Expand Down

0 comments on commit 30e6db0

Please sign in to comment.