Completed
Push — master ( bc5260...54cd1f )
by Loz
07:31 queued 05:37
created
src/Mailer.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @param Mailgun\Mailgun $client
67
+     * @param Mailgun $client
68 68
      * @return self
69 69
      */
70 70
     public function setMailgunClient(Mailgun $client)
@@ -129,13 +129,11 @@  discard block
 block discarded – undo
129 129
     }
130 130
 
131 131
     /**
132
-     * @param Mailgun\Messages\MessageBuilder $messageBuilder
133 132
      * @param string $to
134 133
      * @param string $from
135 134
      * @param string $subject
136 135
      * @param string $content
137 136
      * @param string $plainContent
138
-     * @param array $attachments
139 137
      * @param array $headers
140 138
      */
141 139
     protected function buildMessage(MessageBuilder $builder, $to, $from, $subject, $content, $plainContent, $headers)
Please login to merge, or discard this patch.
tests/MailerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      * @param object &$object
14 14
      * @param string $methodName
15 15
      * @param array $parameters
16
-     * @return mixed
16
+     * @return string
17 17
      */
18 18
     protected function invokeMethod(&$object, $methodName, array $parameters = [])
19 19
     {
Please login to merge, or discard this patch.