Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2e9e0b

Browse files
committed
Fixed the interface description of the url generator interface
1 parent fb9ccc0 commit d2e9e0b

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 The generated URL
76+
* @return string|null 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)