chore: add a comma at the end of list

Signed-off-by: Maël Gangloff <contact@maelgangloff.fr>
This commit is contained in:
Maël Gangloff
2024-09-08 16:45:18 +02:00
committed by GitHub
parent 0ceb09d410
commit 9b8481e3f3

View File

@@ -86,7 +86,7 @@ readonly class RDAPService
'pending update',
'client hold',
'server hold',
'add period'
'add period',
];
public function __construct(private HttpClientInterface $client,