mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-18 05:43:15 +03:00
Phpstan fixes
This commit is contained in:
parent
2bec29071e
commit
8d8f6510d2
@ -20,7 +20,7 @@ use Mailgun\Model\Mailboxes\UpdateResponse;
|
||||
class Mailboxes extends HttpApi
|
||||
{
|
||||
const MIN_PASSWORD_LENGTH = 5;
|
||||
|
||||
|
||||
/**
|
||||
* @param string $domain
|
||||
* @param array $parameters
|
||||
@ -81,7 +81,7 @@ class Mailboxes extends HttpApi
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $address
|
||||
* @param string $domain
|
||||
* @param string $mailbox
|
||||
*
|
||||
* @return DeleteResponse
|
||||
|
@ -146,6 +146,6 @@ class Mailgun
|
||||
|
||||
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