mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Run Linter
This commit is contained in:
parent
21afa43127
commit
b7d7a71994
1 changed files with 1 additions and 1 deletions
|
|
@ -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])]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue