Skip to content

Commit

Permalink
Fix some more BC between v2 and v3
Browse files Browse the repository at this point in the history
  • Loading branch information
unreal4u committed Nov 20, 2017
1 parent 21e2284 commit 557ad10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Telegram/Types/Custom/MessageArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@

namespace unreal4u\TelegramAPI\Telegram\Types\Custom;

use unreal4u\TelegramAPI\Abstracts\CustomType;
use Psr\Log\LoggerInterface;
use unreal4u\TelegramAPI\Interfaces\CustomArrayType;
use unreal4u\TelegramAPI\Abstracts\TraversableCustomType;
use unreal4u\TelegramAPI\Telegram\Types\Message;

/**
* Used for methods that will return an array of messages
*/
class MessageArray extends CustomType implements CustomArrayType
class MessageArray extends TraversableCustomType
{
public function __construct(array $data = null, LoggerInterface $logger = null)
{
Expand Down

0 comments on commit 557ad10

Please sign in to comment.