From b7d7a71994237aee8504b71929b8b61d5a73d30f Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 13 Dec 2022 11:18:38 +0000 Subject: [PATCH] Run Linter --- app/workers/certificates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/workers/certificates.php b/app/workers/certificates.php index b5f6c52685..4d9b4a4380 100644 --- a/app/workers/certificates.php +++ b/app/workers/certificates.php @@ -139,7 +139,7 @@ Server::setResource('execute', function () { * * @return void */ -function saveCertificateDocument(string $domain, Document $certificate, Database $dbForConsole) : void +function saveCertificateDocument(string $domain, Document $certificate, Database $dbForConsole): void { // Check if update or insert required $certificateDocument = $dbForConsole->findOne('certificates', [Query::equal('domain', [$domain])]);