From 7390307c2ad6000cb83b042880e1049ff62c8af9 Mon Sep 17 00:00:00 2001 From: Pavlico Date: Wed, 15 Sep 2021 12:43:58 +0200 Subject: [PATCH] php-cs-fixes --- src/Api/MailingList.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Api/MailingList.php b/src/Api/MailingList.php index 116af85..ee0a04c 100644 --- a/src/Api/MailingList.php +++ b/src/Api/MailingList.php @@ -57,12 +57,12 @@ class MailingList extends HttpApi /** * 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 $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 - * + * * @return CreateResponse * * @throws \Exception