From 220100c4b5bbf0aa9e95dfe3b44e018e2b187d63 Mon Sep 17 00:00:00 2001 From: netkas Date: Sun, 6 Oct 2024 16:14:54 -0400 Subject: [PATCH] Minor corrections --- .../Enums/Types/BackgroundFillType.php | 14 +++++++------- src/TgBotLib/Enums/Types/BackgroundType.php | 16 ++++++++-------- .../Enums/Types/InputMessageContentType.php | 18 +++++++++--------- .../Enums/Types/KeyboardButtonPollType.php | 12 ++++++------ src/TgBotLib/Enums/Types/MessageOriginType.php | 16 ++++++++-------- src/TgBotLib/Enums/Types/PaidMediaType.php | 14 +++++++------- src/TgBotLib/Enums/Types/ParseMode.php | 14 +++++++------- src/TgBotLib/Enums/Types/ReactionTypes.php | 14 +++++++------- 8 files changed, 59 insertions(+), 59 deletions(-) diff --git a/src/TgBotLib/Enums/Types/BackgroundFillType.php b/src/TgBotLib/Enums/Types/BackgroundFillType.php index 1a0a82f..2c7529d 100644 --- a/src/TgBotLib/Enums/Types/BackgroundFillType.php +++ b/src/TgBotLib/Enums/Types/BackgroundFillType.php @@ -1,10 +1,10 @@