Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 557ad10

Browse files
committed
Fix some more BC between v2 and v3
1 parent 21e2284 commit 557ad10

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Telegram/Types/Custom/MessageArray.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33

44
namespace unreal4u\TelegramAPI\Telegram\Types\Custom;
55

6-
use unreal4u\TelegramAPI\Abstracts\CustomType;
76
use Psr\Log\LoggerInterface;
8-
use unreal4u\TelegramAPI\Interfaces\CustomArrayType;
7+
use unreal4u\TelegramAPI\Abstracts\TraversableCustomType;
98
use unreal4u\TelegramAPI\Telegram\Types\Message;
109

1110
/**
1211
* Used for methods that will return an array of messages
1312
*/
14-
class MessageArray extends CustomType implements CustomArrayType
13+
class MessageArray extends TraversableCustomType
1514
{
1615
public function __construct(array $data = null, LoggerInterface $logger = null)
1716
{

0 commit comments

Comments
 (0)