@@ -57,7 +57,7 @@ discard block |
||
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 |
||
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 | { |
@@ -138,7 +138,7 @@ |
||
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 | */ |
@@ -30,7 +30,7 @@ |
||
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 | { |