@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | * Translates the given string. |
| 137 | 137 | * |
| 138 | 138 | * @param string|\Kdyby\Translation\Phrase|mixed $message The message id |
| 139 | - * @param int|array|NULL $count The number to use to find the indice of the message |
|
| 139 | + * @param integer|null $count The number to use to find the indice of the message |
|
| 140 | 140 | * @param string|array|NULL $parameters An array of parameters for the message |
| 141 | 141 | * @param string|NULL $domain The domain for the message |
| 142 | 142 | * @param string|NULL $locale The locale |
@@ -197,6 +197,8 @@ discard block |
||
| 197 | 197 | |
| 198 | 198 | /** |
| 199 | 199 | * {@inheritdoc} |
| 200 | + * @param string $domain |
|
| 201 | + * @param string $locale |
|
| 200 | 202 | */ |
| 201 | 203 | public function trans($message, array $parameters = [], $domain = NULL, $locale = NULL) |
| 202 | 204 | { |
@@ -224,6 +226,8 @@ discard block |
||
| 224 | 226 | |
| 225 | 227 | /** |
| 226 | 228 | * {@inheritdoc} |
| 229 | + * @param string $domain |
|
| 230 | + * @param string $locale |
|
| 227 | 231 | */ |
| 228 | 232 | public function transChoice($message, $number, array $parameters = [], $domain = NULL, $locale = NULL) |
| 229 | 233 | { |