@@ -209,7 +209,7 @@ |
||
209 | 209 | * Determine the matched route from either the router or namedRoute |
210 | 210 | * Returns false no route could be matched (ideally the response should be returned in this instance - fail fast) |
211 | 211 | * @throws Route\NoMatchException|\Exception |
212 | - * @return RouteMetaData|false $route |
|
212 | + * @return RouteMetaData $route |
|
213 | 213 | */ |
214 | 214 | protected function determineRoute() |
215 | 215 | { |