From 73565a6372524de031c853150a1bda99467cdf4e Mon Sep 17 00:00:00 2001 From: Pavlico Date: Wed, 15 Sep 2021 13:38:47 +0200 Subject: [PATCH] php-cs-fixes --- src/Api/MailingList.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Api/MailingList.php b/src/Api/MailingList.php index 8c53f0b..c35c053 100644 --- a/src/Api/MailingList.php +++ b/src/Api/MailingList.php @@ -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 *