Skip to content

Commit

Permalink
Fixed type annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Jun 26, 2019
1 parent 85ac1a6 commit 753bf7e
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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
*
Expand Down

0 comments on commit 753bf7e

Please sign in to comment.