From e064e3c6aac7e1b2c4d48d92e54744d4daeeafe9 Mon Sep 17 00:00:00 2001 From: Pawel Wasiluk Date: Fri, 17 Dec 2021 10:30:13 +0100 Subject: [PATCH] Php cs fixes --- src/Api/Domain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Domain.php b/src/Api/Domain.php index c5c80ee..56aba49 100644 --- a/src/Api/Domain.php +++ b/src/Api/Domain.php @@ -37,7 +37,7 @@ use Psr\Http\Message\ResponseInterface; class Domain extends HttpApi { private const DKIM_SIZES = ['1024', '2048']; - + /** * Returns a list of domains on the account. *