Completed
Push — master ( c0d5d3...41182a )
by Craig
03:15
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   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     /**
69 69
      * Format the contacts for the API request
70 70
      *
71
-     * @param array $contacts
71
+     * @param string[] $contacts
72 72
      *
73 73
      * @return string
74 74
      */
Please login to merge, or discard this patch.