diff --git a/src/TgLog.php b/src/TgLog.php index de812ee..970347f 100644 --- a/src/TgLog.php +++ b/src/TgLog.php @@ -56,8 +56,8 @@ public function __construct(string $botToken) /** * Prepares and sends an API request to Telegram * - * @param mixed $method - * @return mixed + * @param TelegramMethods $method + * @return TelegramTypes */ public function performApiRequest(TelegramMethods $method): TelegramTypes {