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 ebc745e commit afc10b9Copy full SHA for afc10b9
Generator/UrlGeneratorInterface.php
@@ -75,7 +75,7 @@ interface UrlGeneratorInterface extends RequestContextAwareInterface
75
* @param mixed[] $parameters An array of parameters
76
* @param int $referenceType The type of reference to be generated (one of the constants)
77
*
78
- * @return string|null The generated URL
+ * @return string The generated URL
79
80
* @throws RouteNotFoundException If the named route doesn't exist
81
* @throws MissingMandatoryParametersException When some parameters are missing that are mandatory for the route
0 commit comments