Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4163f71

Browse files
committed
Fix grammar
1 parent 8fd817b commit 4163f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/Generator/UrlGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function generate($name, $parameters = array(), $referenceType = self::AB
141141
}
142142

143143
/**
144-
* @throws MissingMandatoryParametersException When some parameters are missing that mandatory for the route
144+
* @throws MissingMandatoryParametersException When some parameters are missing that are mandatory for the route
145145
* @throws InvalidParameterException When a parameter value for a placeholder is not correct because
146146
* it does not match the requirement
147147
*/

0 commit comments

Comments
 (0)