Skip to content

Commit 753bf7e

Browse files
committed
Fixed type annotation.
1 parent 85ac1a6 commit 753bf7e

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)