8000
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.
1 parent a159638 commit 90494c2Copy full SHA for 90494c2
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|null The generated URL
+ * @return string 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