mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-25 22:36:06 +03:00
php-cs-fixes
This commit is contained in:
parent
84ffd0ff18
commit
7390307c2a
@ -57,12 +57,12 @@ class MailingList extends HttpApi
|
|||||||
/**
|
/**
|
||||||
* Creates a new mailing list on the current domain.
|
* Creates a new mailing list on the current domain.
|
||||||
*
|
*
|
||||||
* @param string $address Address for the new mailing list
|
* @param string $address Address for the new mailing list
|
||||||
* @param string|null $name Name for the new mailing list (optional)
|
* @param string|null $name Name for the new mailing list (optional)
|
||||||
* @param string|null $description Description for the new mailing list (optional)
|
* @param string|null $description Description for the new mailing list (optional)
|
||||||
* @param string $accessLevel List access level, one of: readonly (default), members, everyone
|
* @param string $accessLevel List access level, one of: readonly (default), members, everyone
|
||||||
* @param string $replyPreference
|
* @param string $replyPreference
|
||||||
*
|
*
|
||||||
* @return CreateResponse
|
* @return CreateResponse
|
||||||
*
|
*
|
||||||
* @throws \Exception
|
* @throws \Exception
|
||||||
|
Loading…
Reference in New Issue
Block a user