Merge branch '3.4' into 4.2

* 3.4:
  Fixed type annotation.
This commit is contained in:
Fabien Potencier 2019-06-26 15:53:23 +02:00
commit 14b0409339
1 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,9 @@ interface UrlGeneratorInterface extends RequestContextAwareInterface
*
* The special parameter _fragment will be used as the document fragment suffixed to the final URL.
*
* @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)
* @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)
*
* @return string The generated URL
*