From 5975310f0ee1d2e26d06941584244415904ca070 Mon Sep 17 00:00:00 2001 From: iwahara <3982522+iwahara@users.noreply.github.com> Date: Thu, 3 Oct 2019 16:38:33 +0900 Subject: [PATCH] fix. --- src/Api/Suppression/Unsubscribe.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Api/Suppression/Unsubscribe.php b/src/Api/Suppression/Unsubscribe.php index 8a672a9..92f3247 100644 --- a/src/Api/Suppression/Unsubscribe.php +++ b/src/Api/Suppression/Unsubscribe.php @@ -87,6 +87,7 @@ class Unsubscribe extends HttpApi * @param string $domain Domain to delete unsubscribe for * @param string $address Unsubscribe address * @param string|null $tag Unsubscribe tag + * * @return DeleteResponse */ public function delete(string $domain, string $address, string $tag = null)