@@ -49,7 +49,7 @@ |
||
49 | 49 | } |
50 | 50 | |
51 | 51 | /** |
52 | - * @return mixed |
|
52 | + * @return resource |
|
53 | 53 | */ |
54 | 54 | public function detach() |
55 | 55 | { |
@@ -232,7 +232,7 @@ |
||
232 | 232 | |
233 | 233 | /** |
234 | 234 | * @param MessageInterface $originalMessage |
235 | - * @param array $replyRecipientHeaderNames |
|
235 | + * @param string[] $replyRecipientHeaderNames |
|
236 | 236 | * @return MessageInterface |
237 | 237 | */ |
238 | 238 | private function newReply(MessageInterface $originalMessage, array $replyRecipientHeaderNames): MessageInterface |