@@ -244,7 +244,7 @@ discard block |
||
244 | 244 | |
245 | 245 | |
246 | 246 | /** |
247 | - * @param \Exception|\Throwable $e |
|
247 | + * @param \Exception $e |
|
248 | 248 | * @param string|NULL $domain |
249 | 249 | */ |
250 | 250 | public function choiceError($e, $domain) |
@@ -362,6 +362,8 @@ discard block |
||
362 | 362 | /** |
363 | 363 | * Returns link to editor. |
364 | 364 | * @author David Grudl |
365 | + * @param integer $line |
|
366 | + * @param string $text |
|
365 | 367 | * @return Nette\Utils\Html|string |
366 | 368 | */ |
367 | 369 | private static function editorLink($file, $line, $text = NULL) |
@@ -61,8 +61,8 @@ |
||
61 | 61 | |
62 | 62 | |
63 | 63 | /** |
64 | - * @param string|\Kdyby\Translation\Phrase $message |
|
65 | - * @param int|array|NULL $count |
|
64 | + * @param string $message |
|
65 | + * @param integer|null $count |
|
66 | 66 | * @param array|string|NULL $parameters |
67 | 67 | * @param string|NULL $domain |
68 | 68 | * @param string|NULL $locale |
@@ -136,7 +136,7 @@ |
||
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 |