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