From b14dd43eb7493e886d709532450de7ed182bf332 Mon Sep 17 00:00:00 2001 From: netkas Date: Wed, 2 Oct 2024 00:33:20 -0400 Subject: [PATCH] Minor correction --- src/TgBotLib/Objects/BotCommandScope.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TgBotLib/Objects/BotCommandScope.php b/src/TgBotLib/Objects/BotCommandScope.php index 71c43f1..7b4fc48 100644 --- a/src/TgBotLib/Objects/BotCommandScope.php +++ b/src/TgBotLib/Objects/BotCommandScope.php @@ -20,7 +20,7 @@ /** * @var BotCommandScopeType */ - protected $type; + protected BotCommandScopeType $type; /** * Scope type, one of “default”, “all_private_chats”, “all_group_chats”, “all_chat_administrators”, “chat”,