Completed
Pull Request — 3.0 (#5)
by Huberty
03:23 queued 01:31
created
src/Mouf/Mail.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Returns the mail title.
122 122
      *
123
-     * @return string
123
+     * @return HtmlElementInterface
124 124
      */
125 125
     public function getTitle():string
126 126
     {
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
     /**
131 131
      * The mail title.
132 132
      *
133
-     * @param string $title
133
+     * @param HtmlElementInterface $title
134 134
      */
135 135
     public function setTitle(HtmlElementInterface $title)
136 136
     {
Please login to merge, or discard this patch.