mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-20 14:53:15 +03:00
REmoved params to match phpcs fixer requirements
This commit is contained in:
parent
0c4ea4c91a
commit
02f5345dd5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user