REmoved params to match phpcs fixer requirements

This commit is contained in:
Pawel Wasiluk 2021-08-19 14:47:56 +02:00 committed by David Garcia
parent 0c4ea4c91a
commit 02f5345dd5

View File

@ -22,9 +22,6 @@ class Mailboxes extends HttpApi
private const MIN_PASSWORD_LENGTH = 5; private const MIN_PASSWORD_LENGTH = 5;
/** /**
* @param string $domain
* @param array $parameters
*
* @return CreateResponse * @return CreateResponse
* *
* @throws \Exception * @throws \Exception
@ -42,9 +39,6 @@ class Mailboxes extends HttpApi
} }
/** /**
* @param string $domain
* @param array $parameters
*
* @return ShowResponse * @return ShowResponse
* *
* @throws \Exception * @throws \Exception
@ -59,10 +53,6 @@ class Mailboxes extends HttpApi
} }
/** /**
* @param string $domain
* @param string $mailbox
* @param array $parameters
*
* @return UpdateResponse * @return UpdateResponse
* *
* @throws \Exception * @throws \Exception
@ -78,9 +68,6 @@ class Mailboxes extends HttpApi
} }
/** /**
* @param string $domain
* @param string $mailbox
*
* @return DeleteResponse * @return DeleteResponse
* *
* @throws \Exception * @throws \Exception