mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-18 05:43:15 +03:00
parent
ce9739ea91
commit
21c95412c6
@ -7,6 +7,7 @@
|
|||||||
* of the MIT license. See the LICENSE file for details.
|
* of the MIT license. See the LICENSE file for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
namespace Mailgun\Resource\Api\Domain;
|
namespace Mailgun\Resource\Api\Domain;
|
||||||
|
|
||||||
use Mailgun\Assert;
|
use Mailgun\Assert;
|
||||||
@ -23,7 +24,7 @@ final class IndexResponse implements ApiResponse
|
|||||||
private $totalCount;
|
private $totalCount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var SimpleDomain[]
|
* @var Domain[]
|
||||||
*/
|
*/
|
||||||
private $items;
|
private $items;
|
||||||
|
|
||||||
@ -48,7 +49,7 @@ final class IndexResponse implements ApiResponse
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int $totalCount
|
* @param int $totalCount
|
||||||
* @param SimpleDomain[] $items
|
* @param Domain[] $items
|
||||||
*/
|
*/
|
||||||
private function __construct($totalCount, array $items)
|
private function __construct($totalCount, array $items)
|
||||||
{
|
{
|
||||||
@ -69,7 +70,7 @@ final class IndexResponse implements ApiResponse
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return SimpleDomain[]
|
* @return Domain[]
|
||||||
*/
|
*/
|
||||||
public function getDomains()
|
public function getDomains()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user