8000 Revert "minor #28321 [Routing] Fixed the interface description of the… · symfony/symfony@90494c2 · GitHub
[go: up one dir, main page]

Skip to content
65F2

Commit 90494c2

Browse files
committed
Revert "minor #28321 [Routing] Fixed the interface description of the url generator interface (Toflar)"
This reverts commit 487f8ac, reversing changes made to cf359c2.
1 parent a159638 commit 90494c2

File tree

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
@@ -73,7 +73,7 @@ interface UrlGeneratorInterface extends RequestContextAwareInterface
7373
* @param mixed $parameters An array of parameters
7474
* @param int $referenceType The type of reference to be generated (one of the constants)
7575
*
76-
* @return string|null The generated URL
76+
* @return string The generated URL
7777
*
7878
* @throws RouteNotFoundException If the named route doesn't exist
7979
* @throws MissingMandatoryParametersException When some parameters are missing that are mandatory for the route

0 commit comments

Comments
 (0)
0