Test Failed
Pull Request — master (#50)
by Chubarov
03:03
created
src/Conversation/ConversationManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     /**
58 58
      * Start conversation.
59 59
      *
60
-     * @param Conversable|mixed $conversable
60
+     * @param Conversable $conversable
61 61
      */
62 62
     public function converse(Conversable $conversable): void
63 63
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * Restart intent or interaction.
93 93
      *
94
-     * @param Conversable|mixed $conversable
94
+     * @param Conversable $conversable
95 95
      */
96 96
     public function restart(Conversable $conversable): void
97 97
     {
Please login to merge, or discard this patch.
src/Foundation/Kernel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
      * @param string $alias
139 139
      * @param array  $args
140 140
      *
141
-     * @return mixed
141
+     * @return \FondBot\Drivers\ReceivedMessage
142 142
      *
143 143
      * @throws \Psr\Container\ContainerExceptionInterface
144 144
      */
Please login to merge, or discard this patch.
src/Foundation/RequestHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      * @param Channel          $channel
31 31
      * @param RequestInterface $request
32 32
      *
33
-     * @return mixed
33
+     * @return string
34 34
      */
35 35
     public function handle(Channel $channel, RequestInterface $request)
36 36
     {
Please login to merge, or discard this patch.