@@ -6,6 +6,13 @@ |
||
6 | 6 | |
7 | 7 | interface AdapterInterface |
8 | 8 | { |
9 | + /** |
|
10 | + * @return void |
|
11 | + */ |
|
9 | 12 | public function __construct(array $config); |
13 | + |
|
14 | + /** |
|
15 | + * @return boolean |
|
16 | + */ |
|
10 | 17 | public function send(Message $message); |
11 | 18 | } |