Completed
Pull Request — master (#249)
by David
09:12
created
src/Mailgun/Connection/RestClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -316,7 +316,7 @@
 block discarded – undo
316 316
     }
317 317
 
318 318
     /**
319
-     * @param $uri
319
+     * @param string $uri
320 320
      *
321 321
      * @return string
322 322
      */
Please login to merge, or discard this patch.
src/Mailgun/Messages/MessageBuilder.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     /**
60 60
      * @param array  $params
61 61
      * @param string $key
62
-     * @param mixed  $default
62
+     * @param string  $default
63 63
      *
64 64
      * @return mixed
65 65
      */
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
     /**
213 213
      * @param string $subject
214 214
      *
215
-     * @return mixed
215
+     * @return string
216 216
      */
217 217
     public function setSubject($subject = '')
218 218
     {
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
     /**
383 383
      * @param bool $enabled
384 384
      *
385
-     * @return mixed
385
+     * @return string
386 386
      */
387 387
     public function setDkim($enabled)
388 388
     {
Please login to merge, or discard this patch.
src/Mailgun/Resource/Api/Domain/Domain.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     /**
83 83
      * @param string    $name
84 84
      * @param string    $smtpLogin
85
-     * @param string    $smtpPass
85
+     * @param string    $smtpPassword
86 86
      * @param bool      $wildcard
87 87
      * @param string    $spamAction
88 88
      * @param string    $state
Please login to merge, or discard this patch.
src/Mailgun/Resource/Api/Stats/AllResponseItem.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     }
99 99
 
100 100
     /**
101
-     * @return \string[]
101
+     * @return string[]
102 102
      */
103 103
     public function getTags()
104 104
     {
Please login to merge, or discard this patch.
src/Mailgun/Resource/Api/Message/ShowResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     /**
99 99
      * @param array $data
100 100
      *
101
-     * @return SendResponse
101
+     * @return ShowResponse
102 102
      */
103 103
     public static function create(array $data)
104 104
     {
Please login to merge, or discard this patch.