Completed
Branch master (d6f724)
by Ehsan
03:36
created
src/Slackbot/Sender.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     /**
19 19
      * Sender constructor.
20 20
      *
21
-     * @param $slackbot
21
+     * @param AbstractBot $slackbot
22 22
      */
23 23
     public function __construct($slackbot)
24 24
     {
Please login to merge, or discard this patch.
src/Slackbot/Slackbot.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     }
33 33
 
34 34
     /**
35
-     * @param null $key
35
+     * @param string $key
36 36
      *
37 37
      * @return mixed
38 38
      */
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-     * @return MessageAction|mixed
64
+     * @return null|AbstractBaseSlack
65 65
      */
66 66
     private function handleMessageActions()
67 67
     {
Please login to merge, or discard this patch.
src/Slackbot/utility/MessageUtility.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      *
20 20
      * @throws \Exception
21 21
      *
22
-     * @return mixed
22
+     * @return string
23 23
      */
24 24
     public function removeMentionedBot($message)
25 25
     {
Please login to merge, or discard this patch.