@@ -170,7 +170,7 @@ |
||
170 | 170 | } |
171 | 171 | |
172 | 172 | /** |
173 | - * @return int |
|
173 | + * @return boolean |
|
174 | 174 | */ |
175 | 175 | public function hasAttachments() |
176 | 176 | { |
@@ -108,6 +108,9 @@ |
||
108 | 108 | return $body; |
109 | 109 | } |
110 | 110 | |
111 | + /** |
|
112 | + * @param string $header |
|
113 | + */ |
|
111 | 114 | public function setHeader( $header, $value ) |
112 | 115 | { |
113 | 116 | $headers = $this->swiftMessage->getHeaders(); |