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.
1 parent c3c4860 commit 8d804d8Copy full SHA for 8d804d8
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