Completed
Push — master ( 18e88d...bb7a59 )
by Harrison
01:24
created
src/AdapterInterface.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -6,7 +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);
10 13
 
14
+    /**
15
+     * @return null|boolean
16
+     */
11 17
     public function send(Message $message);
12 18
 }
Please login to merge, or discard this patch.