mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-18 05:43:15 +03:00
php-cs-fixes
This commit is contained in:
parent
9dba800024
commit
73565a6372
@ -57,11 +57,11 @@ class MailingList extends HttpApi
|
||||
/**
|
||||
* Creates a new mailing list on the current domain.
|
||||
*
|
||||
* @param string $address Address for the new mailing list
|
||||
* @param string|null $name Name 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 $replyPreference Set where replies should go: list (default) | sender (optional)
|
||||
* @param string $address Address for the new mailing list
|
||||
* @param string|null $name Name 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 $replyPreference Set where replies should go: list (default) | sender (optional)
|
||||
*
|
||||
* @return CreateResponse
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user