merged branch sqmk/patch-1 (PR #8337)

This PR was submitted for the master branch but it was merged into the 2.2 branch instead (closes #8337).

Discussion
----------

Fix grammar

Commits
-------

4163f71 Fix grammar
This commit is contained in:
Fabien Potencier 2013-06-23 08:56:04 +02:00
commit 66e2227c2d
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class UrlGenerator implements UrlGeneratorInterface, ConfigurableRequirementsInt
}
/**
* @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
*/