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