diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f5059..98c076c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ input objects for methods that require input objects. * Added method `\TgBotLib\Objects\Telegram\WebAppInfo::setUrl` to `\TgBotLib\Objects\Telegram\WebAppInfo` * Added methods `\TgBotLib\Classes\Validate::url`, `\TgBotLib\Classes\Validate::length`, & `\TgBotLib\Classes\Validate::isHttps` to `\TgBotLib\Classes\Validate` + ## [6.6.0] - 2023-04-10 This update accompanies the release of the [Telegram Bot API 6.6](https://core.telegram.org/bots/api#march-9-2023). diff --git a/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultVenue.php b/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultVenue.php index a47856b..7266a09 100644 --- a/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultVenue.php +++ b/src/TgBotLib/Objects/Telegram/InlineQueryResult/InlineQueryResultVenue.php @@ -280,6 +280,7 @@ * * @param array $data * @return ObjectTypeInterface + * @noinspection DuplicatedCode */ public static function fromArray(array $data): ObjectTypeInterface {