From 11b3fbc6a7698167d3a7ec81ced4c35bc3e195f7 Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 4 Oct 2024 13:31:38 -0400 Subject: [PATCH] Minor correction --- src/TgBotLib/Objects/MessageReactionUpdated.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TgBotLib/Objects/MessageReactionUpdated.php b/src/TgBotLib/Objects/MessageReactionUpdated.php index 94d4a6d..745406b 100644 --- a/src/TgBotLib/Objects/MessageReactionUpdated.php +++ b/src/TgBotLib/Objects/MessageReactionUpdated.php @@ -12,11 +12,11 @@ private ?Chat $actor_chat; private int $date; /** - * @var ReactionType[]|null + * @var ReactionType[] */ private array $old_reaction; /** - * @var ReactionType[]|null + * @var ReactionType[] */ private array $new_reaction;