From 88bf180a76466bb9c170223814a8ddef9ec243f7 Mon Sep 17 00:00:00 2001 From: Liviu Balan Date: Fri, 9 Feb 2018 08:41:11 +0200 Subject: [PATCH] Fix UrlMatcher::match() URL Generate http://api.symfony.com/2.7/Symfony/Component/Routing/Matcher/UrlMatcher.html#method_match instead of http://api.symfony.com/2.7/Symfony/Component/Routing/UrlMatcher.html#method_match --- components/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/routing.rst b/components/routing.rst index 9aabbedf79f..b1d6d69582b 100644 --- a/components/routing.rst +++ b/components/routing.rst @@ -62,7 +62,7 @@ URL path and some array of custom variables in its constructor. This array of custom variables can be *anything* that's significant to your application, and is returned when that route is matched. -The :method:`UrlMatcher::match() ` +The :method:`UrlMatcher::match() ` returns the variables you set on the route as well as the wildcard placeholders (see below). Your application can now use this information to continue processing the request. In addition to the configured variables, a ``_route``