8000 Merge branch '3.4' into 4.2 · mkrauser/symfony@14b0409 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14b0409

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Fixed type annotation.
2 parents 37118bd + 01fc2b4 commit 14b0409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ interface UrlGeneratorInterface extends RequestContextAwareInterface
7171
*
7272
* The special parameter _fragment will be used as the document fragment suffixed to the final URL.
7373
*
74-
* @param string $name The name of the route
75-
* @param mixed $parameters An array of parameters
76-
* @param int $referenceType The type of reference to be generated (one of the constants)
74+
* @param string $name The name of the route
75+
* @param mixed[] $parameters An array of parameters
76+
* @param int $referenceType The type of reference to be generated (one of the constants)
7777
*
7878
* @return string The generated URL
7979
*

0 commit comments

Comments
 (0)
0