@@ -64,7 +64,6 @@ |
||
64 | 64 | } |
65 | 65 | |
66 | 66 | /** |
67 | - * @param array $configuration |
|
68 | 67 | * |
69 | 68 | * @return Finder |
70 | 69 | */ |
@@ -96,6 +96,7 @@ discard block |
||
96 | 96 | * |
97 | 97 | * @param MessageCatalogue $catalogue |
98 | 98 | * @param string $domain |
99 | + * @param string $locale |
|
99 | 100 | */ |
100 | 101 | private function writeCatalogue(MessageCatalogue $catalogue, $locale, $domain) |
101 | 102 | { |
@@ -124,7 +125,7 @@ discard block |
||
124 | 125 | * Load catalogue from files. |
125 | 126 | * |
126 | 127 | * @param $locale |
127 | - * @param array $dirs |
|
128 | + * @param string[] $dirs |
|
128 | 129 | */ |
129 | 130 | private function loadCatalogue($locale, array $dirs) |
130 | 131 | { |
@@ -200,7 +200,7 @@ |
||
200 | 200 | |
201 | 201 | /** |
202 | 202 | * @param Request $request |
203 | - * @param array $validationGroups |
|
203 | + * @param string[] $validationGroups |
|
204 | 204 | * |
205 | 205 | * @return GuiMessageRepresentation |
206 | 206 | */ |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Symfony\Component\HttpFoundation\Request; |
16 | 16 | use Symfony\Component\HttpFoundation\Response; |
17 | 17 | use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; |
18 | -use Symfony\Component\HttpKernel\Exception\HttpException; |
|
19 | 18 | use Symfony\Component\Intl\Intl; |
20 | 19 | use Symfony\Component\Translation\MessageCatalogue; |
21 | 20 | use Symfony\Component\Translation\Translator; |