Skip to content

Commit 8b0faa6

Browse files
derrabusnicolas-grekas
authored andcommitted
[Routing] Fix return type declarations
1 parent 9458f1f commit 8b0faa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Router.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ public function matchRequest(Request $request)
263263
}
264264

265265
/**
266-
* Gets the UrlMatcher instance associated with this Router.
266+
* Gets the UrlMatcher or RequestMatcher instance associated with this Router.
267267
*
268-
* @return UrlMatcherInterface A UrlMatcherInterface instance
268+
* @return UrlMatcherInterface|RequestMatcherInterface
269269
*/
270270
public function getMatcher()
271271
{

0 commit comments

Comments
 (0)