@@ -364,7 +364,7 @@ |
||
364 | 364 | |
365 | 365 | /** |
366 | 366 | * Returns an encoded URL for the route based with the given parameter values. |
367 | - * @param array<string,string> $parameters Values for the route parameters |
|
367 | + * @param string[] $parameters Values for the route parameters |
|
368 | 368 | * @return string The encoded URL for the route |
369 | 369 | */ |
370 | 370 | public function formatUrl(array $parameters = []): string |