Completed
Push — 798-fix_sendtochannel ( a5998f )
by Armando
02:25
created
src/Commands/AdminCommands/SendtochannelCommand.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     /**
56 56
      * Command execute method
57 57
      *
58
-     * @return \Longman\TelegramBot\Entities\ServerResponse|mixed
58
+     * @return \Longman\TelegramBot\Entities\ServerResponse
59 59
      * @throws \Longman\TelegramBot\Exception\TelegramException
60 60
      */
61 61
     public function execute()
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
      *
330 330
      * @todo Why send just to the first found channel?
331 331
      *
332
-     * @return mixed
332
+     * @return \Longman\TelegramBot\Entities\ServerResponse
333 333
      * @throws \Longman\TelegramBot\Exception\TelegramException
334 334
      */
335 335
     public function executeNoDb()
Please login to merge, or discard this patch.
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,12 +10,12 @@
 block discarded – undo
10 10
 
11 11
 namespace Longman\TelegramBot\Commands\AdminCommands;
12 12
 
13
-use Longman\TelegramBot\Entities\Keyboard;
14
-use Longman\TelegramBot\Request;
15
-use Longman\TelegramBot\Conversation;
16 13
 use Longman\TelegramBot\Commands\AdminCommand;
14
+use Longman\TelegramBot\Conversation;
15
+use Longman\TelegramBot\Entities\Keyboard;
17 16
 use Longman\TelegramBot\Entities\Message;
18 17
 use Longman\TelegramBot\Exception\TelegramException;
18
+use Longman\TelegramBot\Request;
19 19
 
20 20
 class SendtochannelCommand extends AdminCommand
21 21
 {
Please login to merge, or discard this patch.