@@ -9,7 +9,7 @@ |
||
| 9 | 9 | /** |
| 10 | 10 | * `UrlGeneratorInterface` allows generating URL given route name, arguments, and query parameters. |
| 11 | 11 | * |
| 12 | - * @psalm-type UrlArgumentsType = array<string,scalar|Stringable|null> |
|
| 12 | + * @psalm-type UrlArgumentsType = array<string,scalar|Stringable|null> |
|
| 13 | 13 | */ |
| 14 | 14 | interface UrlGeneratorInterface |
| 15 | 15 | { |