We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf359c2 + d2e9e0b commit 487f8acCopy full SHA for 487f8ac
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