@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | /** |
54 | 54 | * Remove the Symfony translation cache and warm it up again. |
55 | 55 | * |
56 | - * @param $locale |
|
56 | + * @param string $locale |
|
57 | 57 | */ |
58 | 58 | private function rebuildTranslations($locale) |
59 | 59 | { |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | * Get and validate messages from the request. |
82 | 82 | * |
83 | 83 | * @param Request $request |
84 | - * @param array $validationGroups |
|
84 | + * @param string[] $validationGroups |
|
85 | 85 | * |
86 | 86 | * @return EditInPlaceMessage[] |
87 | 87 | * |