8000 [Routing] revert the return type for UrlGeneratorInterface::generate … · symfony/symfony@9f853f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f853f3

Browse files
author
Douglas Greenshields
committed
[Routing] revert the return type for UrlGeneratorInterface::generate to remove null
1 parent b8cdc6e commit 9f853f3

File tree

< 8000 div class="d-flex flex-items-center">

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface UrlGeneratorInterface extends RequestContextAwareInterface
7575
* @param mixed[] $parameters An array of parameters
7676
* @param int $referenceType The type of reference to be generated (one of the constants)
7777
*
78-
* @return string|null The generated URL
78+
* @return string The generated URL
7979
*
8080
* @throws RouteNotFoundException If the named route doesn't exist
8181
* @throws MissingMandatoryParametersException When some parameters are missing that are mandatory for the route

0 commit comments

Comments
 (0)
0