Completed
Push — master ( 9f091f...8b6ddc )
by Camilo
03:11
created
src/unreal4u/TgLog.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,8 @@
 block discarded – undo
56 56
     /**
57 57
      * Prepares and sends an API request to Telegram
58 58
      *
59
-     * @param mixed $method
60
-     * @return mixed
59
+     * @param TelegramMethods $method
60
+     * @return TelegramTypes
61 61
      */
62 62
     public function performApiRequest(TelegramMethods $method): TelegramTypes
63 63
     {
Please login to merge, or discard this patch.