mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-18 05:43:15 +03:00
php cs fixer
This commit is contained in:
parent
a3b0739f2b
commit
0c4ea4c91a
@ -19,7 +19,7 @@ use Mailgun\Model\Mailboxes\UpdateResponse;
|
||||
|
||||
class Mailboxes extends HttpApi
|
||||
{
|
||||
const MIN_PASSWORD_LENGTH = 5;
|
||||
private const MIN_PASSWORD_LENGTH = 5;
|
||||
|
||||
/**
|
||||
* @param string $domain
|
||||
@ -61,7 +61,7 @@ class Mailboxes extends HttpApi
|
||||
/**
|
||||
* @param string $domain
|
||||
* @param string $mailbox
|
||||
* @param array $parameters
|
||||
* @param array $parameters
|
||||
*
|
||||
* @return UpdateResponse
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user