Completed
Pull Request — master (#52)
by Walt
02:59
created
src/Stream/ResourceStream.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     }
50 50
 
51 51
     /**
52
-     * @return mixed
52
+     * @return resource
53 53
      */
54 54
     public function detach()
55 55
     {
Please login to merge, or discard this patch.
src/MessageBodyCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.