Completed
Push — master ( 2b767b...3def18 )
by Craig
13s
created
src/PostmarkTransport.php 2 patches
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Coconuts\Mail;
4 4
 
5
-use Swift_Attachment;
6
-use Swift_Mime_SimpleMessage;
7 5
 use GuzzleHttp\ClientInterface;
8 6
 use Illuminate\Mail\Transport\Transport;
7
+use Swift_Attachment;
8
+use Swift_Mime_SimpleMessage;
9 9
 
10 10
 class PostmarkTransport extends Transport
11 11
 {
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
      *
69 69
      * @param \Swift_Mime_SimpleMessage $message
70 70
      *
71
-     * @return array
71
+     * @return \Illuminate\Support\Collection
72 72
      */
73 73
     protected function getAttachments(Swift_Mime_SimpleMessage $message)
74 74
     {
Please login to merge, or discard this patch.