mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-21 15:23:15 +03:00
Phpstan fixes
This commit is contained in:
parent
2bec29071e
commit
8d8f6510d2
@ -81,7 +81,7 @@ class Mailboxes extends HttpApi
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $address
|
* @param string $domain
|
||||||
* @param string $mailbox
|
* @param string $mailbox
|
||||||
*
|
*
|
||||||
* @return DeleteResponse
|
* @return DeleteResponse
|
||||||
|
@ -146,6 +146,6 @@ class Mailgun
|
|||||||
|
|
||||||
public function mailboxes(): Api\Mailboxes
|
public function mailboxes(): Api\Mailboxes
|
||||||
{
|
{
|
||||||
return new Api\Mailboxes($this->httpClient, $this->requestBuilder, $this->hydrator, $this->apiKey);
|
return new Api\Mailboxes($this->httpClient, $this->requestBuilder, $this->hydrator);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user