Completed
Pull Request — master (#2)
by Klaus
02:02
created
src/AdapterInterface.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -6,6 +6,13 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.