Completed
Push — master ( 832bbc...8568db )
by Vladimir
03:10
created
src/Application/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 \Psr\Http\Message\MessageInterface
142 142
      *
143 143
      * @throws \Psr\Container\ContainerExceptionInterface
144 144
      */
Please login to merge, or discard this patch.
src/Conversation/ConversationManager.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
      * @param string  $channelName
26 26
      * @param Request $request
27 27
      *
28
-     * @return mixed
28
+     * @return string
29 29
      */
30 30
     public function handle(string $channelName, Request $request)
31 31
     {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     /**
81 81
      * Start conversation.
82 82
      *
83
-     * @param Conversable|mixed $conversable
83
+     * @param Conversable $conversable
84 84
      */
85 85
     public function converse(Conversable $conversable): void
86 86
     {
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
     /**
115 115
      * Restart intent or interaction.
116 116
      *
117
-     * @param Conversable|mixed $conversable
117
+     * @param Conversable $conversable
118 118
      */
119 119
     public function restart(Conversable $conversable): void
120 120
     {
Please login to merge, or discard this patch.