We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9458f1f commit 8b0faa6Copy full SHA for 8b0faa6
Router.php
@@ -263,9 +263,9 @@ public function matchRequest(Request $request)
263
}
264
265
/**
266
- * Gets the UrlMatcher instance associated with this Router.
+ * Gets the UrlMatcher or RequestMatcher instance associated with this Router.
267
*
268
- * @return UrlMatcherInterface A UrlMatcherInterface instance
+ * @return UrlMatcherInterface|RequestMatcherInterface
269
*/
270
public function getMatcher()
271
{
0 commit comments