From 0c4ea4c91a0872a380a9d96f6cf86088e005e1ab Mon Sep 17 00:00:00 2001 From: Pawel Wasiluk Date: Thu, 19 Aug 2021 14:42:02 +0200 Subject: [PATCH] php cs fixer --- src/Api/Mailboxes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Api/Mailboxes.php b/src/Api/Mailboxes.php index f93bfbb..2365896 100644 --- a/src/Api/Mailboxes.php +++ b/src/Api/Mailboxes.php @@ -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 *