Skip to content

Commit

Permalink
[Routing] revert the return type for UrlGeneratorInterface::generate …
Browse files Browse the repository at this point in the history
…to remove null
  • Loading branch information
Douglas Greenshields committed Nov 8, 2019
1 parent b8cdc6e commit 9f853f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ interface UrlGeneratorInterface extends RequestContextAwareInterface
* @param mixed[] $parameters An array of parameters
* @param int $referenceType The type of reference to be generated (one of the constants)
*
* @return string|null The generated URL
* @return string The generated URL
*
* @throws RouteNotFoundException If the named route doesn't exist
* @throws MissingMandatoryParametersException When some parameters are missing that are mandatory for the route
Expand Down

0 comments on commit 9f853f3

Please sign in to comment.