From c086ea8b6f0abe031cb4cd7f8e11b2b21a6c5f09 Mon Sep 17 00:00:00 2001 From: iwahara <3982522+iwahara@users.noreply.github.com> Date: Thu, 3 Oct 2019 16:26:15 +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 762caae..0749390 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 */