8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37118bd + 01fc2b4 commit 14b0409Copy full SHA for 14b0409
src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
@@ -71,9 +71,9 @@ interface UrlGeneratorInterface extends RequestContextAwareInterface
71
*
72
* The special parameter _fragment will be used as the document fragment suffixed to the final URL.
73
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)
+ * @param string $name The name of the route
+ * @param mixed[] $parameters An array of parameters
+ * @param int $referenceType The type of reference to be generated (one of the constants)
77
78
* @return string The generated URL
79
0 commit comments