mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-25 22:36:06 +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)
|
||||
{
|
||||
Assert::integer($limit);
|
||||
Assert::greaterThan($limit, 0);
|
||||
|
||||
$response = $this->httpGet('/v4/address/validate/bulk', [
|
||||
@ -143,7 +142,6 @@ class EmailValidationV4 extends HttpApi
|
||||
*/
|
||||
public function getBulkPreviews(int $limit = 500)
|
||||
{
|
||||
Assert::integer($limit);
|
||||
Assert::greaterThan($limit, 0);
|
||||
|
||||
$response = $this->httpGet('/v4/address/validate/preview', [
|
||||
|
Loading…
Reference in New Issue
Block a user