php-cs-fixes

This commit is contained in:
Pavlico 2021-09-15 13:14:01 +02:00 committed by David Garcia
parent 7390307c2a
commit 9dba800024

View File

@ -61,7 +61,7 @@ class MailingList extends HttpApi
* @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
* @param string $replyPreference Set where replies should go: list (default) | sender (optional)
*
* @return CreateResponse
*