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 @@ 'pending update', 'client hold', 'server hold', - 'add period' + 'add period', ]; public function __construct(private HttpClientInterface $client,