From 9dba80002437f1066773f321b4f8d74a8d32b4d9 Mon Sep 17 00:00:00 2001 From: Pavlico Date: Wed, 15 Sep 2021 13:14:01 +0200 Subject: [PATCH] php-cs-fixes --- src/Api/MailingList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/MailingList.php b/src/Api/MailingList.php index ee0a04c..8c53f0b 100644 --- a/src/Api/MailingList.php +++ b/src/Api/MailingList.php @@ -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 *