From a7f8c14fe85e7fe7d58a6556f8ab578dc80adaf3 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 17 Jan 2019 06:37:37 +0100 Subject: [PATCH] Cs --- src/Api/MailingList/Member.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/MailingList/Member.php b/src/Api/MailingList/Member.php index 0d0bcee..9bcdf42 100644 --- a/src/Api/MailingList/Member.php +++ b/src/Api/MailingList/Member.php @@ -112,7 +112,7 @@ class Member extends HttpApi * * @param string $list Address of the mailing list * @param array $members Array of members, each item should be either a single string address or an array of member properties - * @param bool $upsert `true` to update existing members, `false` (default) to ignore duplicates + * @param bool $upsert `true` to update existing members, `false` (default) to ignore duplicates * * @return UpdateResponse *