Completed
Push — master ( 3a03b6...cf7e85 )
by Craig
02:58 queued 01:06
created
src/PostmarkTransport.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Coconuts\Mail;
4 4
 
5
-use Swift_Mime_Message;
6 5
 use GuzzleHttp\ClientInterface;
7 6
 use Illuminate\Mail\Transport\Transport;
7
+use Swift_Mime_Message;
8 8
 
9 9
 class PostmarkTransport extends Transport
10 10
 {
Please login to merge, or discard this 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.