mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 00:09:24 +03:00
cs
This commit is contained in:
parent
34432e0517
commit
750a7270e3
@ -11,7 +11,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace Mailgun;
|
||||
|
||||
use Http\Client\Common\HttpMethodsClient;
|
||||
use Http\Client\HttpClient;
|
||||
use Mailgun\HttpClient\HttpClientConfigurator;
|
||||
use Mailgun\HttpClient\Plugin\History;
|
||||
|
@ -30,7 +30,6 @@ trait PaginationResponse
|
||||
return $this->paging['next'];
|
||||
}
|
||||
|
||||
|
||||
public function getPreviousUrl(): ?string
|
||||
{
|
||||
if (!isset($this->paging['previous'])) {
|
||||
|
@ -56,9 +56,9 @@ final class AllResponseItem
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $id
|
||||
* @param string $event
|
||||
* @param string $totalCount
|
||||
* @param string $id
|
||||
* @param string $event
|
||||
* @param string $totalCount
|
||||
* @param string[] $tags
|
||||
*/
|
||||
private function __construct($id, $event, $totalCount, array $tags, \DateTime $createdAt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user