Completed
Push — testmailer-refactor ( eeb7fa...5a124f )
by Sam
08:25 queued 01:39
created
src/Dev/TestMailer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
      * @param string $plainContent
19 19
      * @param bool $attachedFiles
20 20
      * @param bool $customHeaders
21
-     * @return bool|mixed
21
+     * @return boolean
22 22
      */
23 23
     public function sendPlain($to, $from, $subject, $plainContent, $attachedFiles = false, $customHeaders = false)
24 24
     {
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
      * @param bool $customHeaders
51 51
      * @param bool $plainContent
52 52
      * @param bool $inlineImages
53
-     * @return bool|mixed
53
+     * @return boolean
54 54
      */
55 55
     public function sendHTML(
56 56
         $to,
Please login to merge, or discard this patch.