mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-07 11:07:01 +00:00
fix
This commit is contained in:
parent
bae524d854
commit
75ce5fc01d
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue