Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9ccc0 commit d2e9e0bCopy full SHA for d2e9e0b
src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
@@ -73,7 +73,7 @@ interface UrlGeneratorInterface extends RequestContextAwareInterface
73
* @param mixed $parameters An array of parameters
74
* @param int $referenceType The type of reference to be generated (one of the constants)
75
*
76
- * @return string The generated URL
+ * @return string|null The generated URL
77
78
* @throws RouteNotFoundException If the named route doesn't exist
79
* @throws MissingMandatoryParametersException When some parameters are missing that are mandatory for the route
0 commit comments