From 14346359f17254ceb1233b181231f2552e77de78 Mon Sep 17 00:00:00 2001 From: iwahara <3982522+iwahara@users.noreply.github.com> Date: Thu, 3 Oct 2019 16:34:42 +0900 Subject: [PATCH] format doc comment. --- src/Api/Suppression/Unsubscribe.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Api/Suppression/Unsubscribe.php b/src/Api/Suppression/Unsubscribe.php index 0749390..e60e141 100644 --- a/src/Api/Suppression/Unsubscribe.php +++ b/src/Api/Suppression/Unsubscribe.php @@ -84,8 +84,8 @@ class Unsubscribe extends HttpApi } /** - * @param string $domain Domain to delete unsubscribe for - * @param string $address Unsubscribe address + * @param string $domain Domain to delete unsubscribe for + * @param string $address Unsubscribe address * @param string|null $tag Unsubscribe tag * @return DeleteResponse */