[Routing] Fix return type declarations

This commit is contained in:
Alexander M. Turek 2019-08-23 10:49:36 +02:00 committed by Nicolas Grekas
parent ef5ead0005
commit c1b7118d7c
1 changed files with 2 additions and 2 deletions

View File

@ -263,9 +263,9 @@ class Router implements RouterInterface, RequestMatcherInterface
} }
/** /**
* Gets the UrlMatcher instance associated with this Router. * Gets the UrlMatcher or RequestMatcher instance associated with this Router.
* *
* @return UrlMatcherInterface A UrlMatcherInterface instance * @return UrlMatcherInterface|RequestMatcherInterface
*/ */
public function getMatcher() public function getMatcher()
{ {