@@ -230,7 +230,7 @@ discard block |
||
| 230 | 230 | |
| 231 | 231 | /** |
| 232 | 232 | * @param MessageInterface $message |
| 233 | - * @return mixed |
|
| 233 | + * @return MessageInterface |
|
| 234 | 234 | */ |
| 235 | 235 | private function utf8Converter(MessageInterface $message): MessageInterface |
| 236 | 236 | { |
@@ -382,7 +382,7 @@ discard block |
||
| 382 | 382 | } |
| 383 | 383 | |
| 384 | 384 | /** |
| 385 | - * @param $length |
|
| 385 | + * @param integer $length |
|
| 386 | 386 | * @return string |
| 387 | 387 | * @throws Exception |
| 388 | 388 | */ |