@@ -178,6 +178,7 @@ discard block |
||
| 178 | 178 | |
| 179 | 179 | /** |
| 180 | 180 | * {@inheritdoc} |
| 181 | + * @param string $locale |
|
| 181 | 182 | */ |
| 182 | 183 | public function trans($message, array $parameters = [], $domain = NULL, $locale = NULL) |
| 183 | 184 | { |
@@ -208,6 +209,7 @@ discard block |
||
| 208 | 209 | |
| 209 | 210 | /** |
| 210 | 211 | * {@inheritdoc} |
| 212 | + * @param string $locale |
|
| 211 | 213 | */ |
| 212 | 214 | public function transChoice($message, $number, array $parameters = [], $domain = NULL, $locale = NULL) |
| 213 | 215 | { |
@@ -332,6 +334,7 @@ discard block |
||
| 332 | 334 | |
| 333 | 335 | /** |
| 334 | 336 | * {@inheritdoc} |
| 337 | + * @return string |
|
| 335 | 338 | */ |
| 336 | 339 | public function getLocale() |
| 337 | 340 | { |