From f5dc29804ce4f46164e14b431b31131b46a80799 Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 4 Oct 2024 00:20:16 -0400 Subject: [PATCH] Updated PhpDoc --- src/TgBotLib/Interfaces/ObjectTypeInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TgBotLib/Interfaces/ObjectTypeInterface.php b/src/TgBotLib/Interfaces/ObjectTypeInterface.php index f64ec4b..4be81e2 100644 --- a/src/TgBotLib/Interfaces/ObjectTypeInterface.php +++ b/src/TgBotLib/Interfaces/ObjectTypeInterface.php @@ -7,7 +7,7 @@ /** * Returns an array representation of the object * - * @return array + * @return array|null */ public function toArray(): ?array;