From 9b8481e3f361812da6bac2e104889777ea4aecd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Sun, 8 Sep 2024 16:45:18 +0200 Subject: [PATCH] chore: add a comma at the end of list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maƫl Gangloff --- src/Service/RDAPService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/RDAPService.php b/src/Service/RDAPService.php index 0ec52f6..615abbf 100644 --- a/src/Service/RDAPService.php +++ b/src/Service/RDAPService.php @@ -86,7 +86,7 @@ readonly class RDAPService 'pending update', 'client hold', 'server hold', - 'add period' + 'add period', ]; public function __construct(private HttpClientInterface $client,