Completed
Push — feature/refactor-app-design ( a2f6ee...c863f7 )
by Avtandil
02:30
created
src/Commands/AdminCommands/SendtochannelCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     /**
55 55
      * Command execute method
56 56
      *
57
-     * @return \Longman\TelegramBot\Http\Response|mixed
57
+     * @return \Longman\TelegramBot\Http\Response
58 58
      * @throws \Longman\TelegramBot\Exception\TelegramException
59 59
      */
60 60
     public function execute()
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
      *
351 351
      * @todo Why send just to the first found channel?
352 352
      *
353
-     * @return mixed
353
+     * @return \Longman\TelegramBot\Http\Response
354 354
      * @throws \Longman\TelegramBot\Exception\TelegramException
355 355
      */
356 356
     public function executeNoDb()
Please login to merge, or discard this patch.
src/Console/Kernel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@
 block discarded – undo
42 42
      *
43 43
      * @param  \Longman\TelegramBot\Http\Request $request
44 44
      *
45
-     * @param null $limit
46
-     * @param null $timeout
45
+     * @param integer|null $limit
46
+     * @param integer|null $timeout
47 47
      * @return \Longman\TelegramBot\Http\Response
48 48
      *
49 49
      * @throws \Longman\TelegramBot\Exception\TelegramException
Please login to merge, or discard this patch.
src/Http/Kernel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      *
40 40
      * @param  \Longman\TelegramBot\Http\Request $request
41 41
      *
42
-     * @return \Longman\TelegramBot\Http\Response
42
+     * @return boolean
43 43
      *
44 44
      * @throws \Longman\TelegramBot\Exception\TelegramException
45 45
      */
Please login to merge, or discard this patch.
src/Telegram.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -825,7 +825,7 @@
 block discarded – undo
825 825
     /**
826 826
      * Delete any assigned webhook
827 827
      *
828
-     * @return mixed
828
+     * @return Response
829 829
      * @throws \Longman\TelegramBot\Exception\TelegramException
830 830
      */
831 831
     public function deleteWebhook()
Please login to merge, or discard this patch.