@@ -87,7 +87,7 @@ |
||
87 | 87 | /** |
88 | 88 | * Attachments. |
89 | 89 | * |
90 | - * @return Array[Array['name', 'content', 'type']] |
|
90 | + * @return Collection 'content', 'type']] |
|
91 | 91 | */ |
92 | 92 | public function attachements(); |
93 | 93 | } |
@@ -201,6 +201,7 @@ |
||
201 | 201 | * retrieve a email header. |
202 | 202 | * |
203 | 203 | * return Array |
204 | + * @param string $name |
|
204 | 205 | */ |
205 | 206 | public function header($name) : Header |
206 | 207 | { |