Completed
Push — master ( a11b2d...1e8005 )
by Harrison
01:57
created
src/AdapterInterface.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -5,6 +5,13 @@
 block discarded – undo
5 5
 
6 6
 interface AdapterInterface
7 7
 {
8
+    /**
9
+     * @return void
10
+     */
8 11
     public function __construct(array $config);
12
+
13
+    /**
14
+     * @return null|boolean
15
+     */
9 16
     public function send(Message $message);
10 17
 }
Please login to merge, or discard this patch.