Completed
Push — master ( 3a03b6...cf7e85 )
by Craig
02:58 queued 01:06
created
src/PostmarkTransport.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      *
71 71
      * @param \Swift_Mime_Message $message
72 72
      *
73
-     * @return array
73
+     * @return Swift_Mime_Message
74 74
      */
75 75
     protected function getAttachments(Swift_Mime_Message $message)
76 76
     {
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     /**
93 93
      * Format the contacts for the API request
94 94
      *
95
-     * @param array $contacts
95
+     * @param string[] $contacts
96 96
      *
97 97
      * @return string
98 98
      */
Please login to merge, or discard this patch.