We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e345096 + 88bf180 commit b312234Copy full SHA for b312234
components/routing.rst
@@ -62,7 +62,7 @@ URL path and some array of custom variables in its constructor. This array
62
of custom variables can be *anything* that's significant to your application,
63
and is returned when that route is matched.
64
65
-The :method:`UrlMatcher::match() <Symfony\\Component\\Routing\\UrlMatcher::match>`
+The :method:`UrlMatcher::match() <Symfony\\Component\\Routing\\Matcher\\UrlMatcher::match>`
66
returns the variables you set on the route as well as the wildcard placeholders
67
(see below). Your application can now use this information to continue
68
processing the request. In addition to the configured variables, a ``_route``
0 commit comments