@@ -120,7 +120,7 @@ discard block |
||
| 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 |
||
| 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 | { |