From 02f5345dd55adad6d153c91f08af19e74f04da49 Mon Sep 17 00:00:00 2001 From: Pawel Wasiluk Date: Thu, 19 Aug 2021 14:47:56 +0200 Subject: [PATCH] REmoved params to match phpcs fixer requirements --- src/Api/Mailboxes.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/Api/Mailboxes.php b/src/Api/Mailboxes.php index 2365896..cea6784 100644 --- a/src/Api/Mailboxes.php +++ b/src/Api/Mailboxes.php @@ -22,9 +22,6 @@ class Mailboxes extends HttpApi private const MIN_PASSWORD_LENGTH = 5; /** - * @param string $domain - * @param array $parameters - * * @return CreateResponse * * @throws \Exception @@ -42,9 +39,6 @@ class Mailboxes extends HttpApi } /** - * @param string $domain - * @param array $parameters - * * @return ShowResponse * * @throws \Exception @@ -59,10 +53,6 @@ class Mailboxes extends HttpApi } /** - * @param string $domain - * @param string $mailbox - * @param array $parameters - * * @return UpdateResponse * * @throws \Exception @@ -78,9 +68,6 @@ class Mailboxes extends HttpApi } /** - * @param string $domain - * @param string $mailbox - * * @return DeleteResponse * * @throws \Exception