mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-26 06:46:08 +03:00
fix
This commit is contained in:
parent
bae524d854
commit
75ce5fc01d
@ -124,7 +124,6 @@ class EmailValidationV4 extends HttpApi
|
|||||||
*/
|
*/
|
||||||
public function getBulkJobs(int $limit = 500)
|
public function getBulkJobs(int $limit = 500)
|
||||||
{
|
{
|
||||||
Assert::integer($limit);
|
|
||||||
Assert::greaterThan($limit, 0);
|
Assert::greaterThan($limit, 0);
|
||||||
|
|
||||||
$response = $this->httpGet('/v4/address/validate/bulk', [
|
$response = $this->httpGet('/v4/address/validate/bulk', [
|
||||||
@ -143,7 +142,6 @@ class EmailValidationV4 extends HttpApi
|
|||||||
*/
|
*/
|
||||||
public function getBulkPreviews(int $limit = 500)
|
public function getBulkPreviews(int $limit = 500)
|
||||||
{
|
{
|
||||||
Assert::integer($limit);
|
|
||||||
Assert::greaterThan($limit, 0);
|
Assert::greaterThan($limit, 0);
|
||||||
|
|
||||||
$response = $this->httpGet('/v4/address/validate/preview', [
|
$response = $this->httpGet('/v4/address/validate/preview', [
|
||||||
|
Loading…
Reference in New Issue
Block a user