diff --git a/src/TgBotLib/Methods/Logout.php b/src/TgBotLib/Methods/Logout.php index 9f3b42b..9ca24ea 100644 --- a/src/TgBotLib/Methods/Logout.php +++ b/src/TgBotLib/Methods/Logout.php @@ -8,6 +8,9 @@ class Logout extends Method { + /** + * @inheritDoc + */ public static function execute(Bot $bot, array $parameters=[]): bool { return (bool) self::executeCurl(self::buildPost($bot, Methods::LOGOUT->value));