@@ -17,6 +17,7 @@ |
||
17 | 17 | { |
18 | 18 | /** |
19 | 19 | * {@inheritdoc} |
20 | + * @param \UnexpectedValueException $messageOrPreviousException |
|
20 | 21 | */ |
21 | 22 | public function __construct($messageOrPreviousException = null, ?\Throwable $previousException = null) |
22 | 23 | { |
@@ -51,7 +51,7 @@ |
||
51 | 51 | * @param TranslatorResourceProviderInterface $resourceProvider |
52 | 52 | * @param MessageSelector|MessageFormatterInterface $messageFormatterOrSelector |
53 | 53 | * @param string $locale |
54 | - * @param array $options |
|
54 | + * @param string[] $options |
|
55 | 55 | */ |
56 | 56 | public function __construct( |
57 | 57 | TranslatorLoaderProviderInterface $loaderProvider, |