From 4163f713330cad41fe07eca874497db44cc715e9 Mon Sep 17 00:00:00 2001 From: Michael Squires Date: Sat, 22 Jun 2013 22:16:37 -0600 Subject: [PATCH] Fix grammar --- src/Symfony/Component/Routing/Generator/UrlGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Routing/Generator/UrlGenerator.php b/src/Symfony/Component/Routing/Generator/UrlGenerator.php index 69e3ea832e942..f224cb3f6d9f6 100644 --- a/src/Symfony/Component/Routing/Generator/UrlGenerator.php +++ b/src/Symfony/Component/Routing/Generator/UrlGenerator.php @@ -141,7 +141,7 @@ public function generate($name, $parameters = array(), $referenceType = self::AB } /** - * @throws MissingMandatoryParametersException When some parameters are missing that mandatory for the route + * @throws MissingMandatoryParametersException When some parameters are missing that are mandatory for the route * @throws InvalidParameterException When a parameter value for a placeholder is not correct because * it does not match the requirement */