Completed
Push — master ( b198ee...d06b2e )
by Ankit
03:43
created
src/Conversation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * Create a new class instance.
49 49
      *
50
-     * @return void
50
+     * @return boolean|string
51 51
      */
52 52
     public function __construct()
53 53
     {
Please login to merge, or discard this patch.
src/Receiver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * Create a new class instance.
48 48
      *
49
-     * @return void
49
+     * @return boolean|string
50 50
      */
51 51
     public function __construct()
52 52
     {
Please login to merge, or discard this patch.
src/SideBar.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * Create a new class instance.
47 47
      *
48
-     * @return void
48
+     * @return integer
49 49
      */
50 50
     public function __construct()
51 51
     {
Please login to merge, or discard this patch.