@@ -69,6 +69,9 @@ |
||
69 | 69 | return $this->_to; |
70 | 70 | } |
71 | 71 | |
72 | + /** |
|
73 | + * @param string $email |
|
74 | + */ |
|
72 | 75 | public function addTo($email, $name = "") |
73 | 76 | { |
74 | 77 | $this->_to[] = Util::getFullEmail($email, $name); |
@@ -13,7 +13,6 @@ |
||
13 | 13 | /** |
14 | 14 | * ses://accessid:aswsecret@region |
15 | 15 | * |
16 | - * @param MailConnection $this->connection |
|
17 | 16 | * @param Envelope $envelope |
18 | 17 | */ |
19 | 18 | public function send(Envelope $envelope) |