Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 0b71f7f

Browse files
committed
Docblock annotations fix
1 parent c6d06cc commit 0b71f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TgLog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public function __construct(string $botToken)
5656
/**
5757
* Prepares and sends an API request to Telegram
5858
*
59-
* @param mixed $method
60-
* @return mixed
59+
* @param TelegramMethods $method
60+
* @return TelegramTypes
6161
*/
6262
public function performApiRequest(TelegramMethods $method): TelegramTypes
6363
{

0 commit comments

Comments
 (0)