From ae981d90c956b9b42655aaab4b05911db013fda3 Mon Sep 17 00:00:00 2001 From: Shmuel Fogel Date: Tue, 28 Feb 2023 18:39:11 +0200 Subject: [PATCH] Update app/controllers/api/databases.php Co-authored-by: Jake Barnby --- app/controllers/api/databases.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/databases.php b/app/controllers/api/databases.php index 1874dadb69..9118d1efc4 100644 --- a/app/controllers/api/databases.php +++ b/app/controllers/api/databases.php @@ -202,7 +202,7 @@ App::error() $request->getParam('queries') ])); - /* @var $document Document */ + /** @var Document $document */ $document = Authorization::skip(fn() => $dbForProject->getDocument('slowQueries', $key)); if ($document->isEmpty()) { $document = Authorization::skip(fn()=>$dbForProject->createDocument('slowQueries', new Document([