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