From 3964e863404bef95cdf03a8be45f8d6ffe63ed4b Mon Sep 17 00:00:00 2001 From: Shmuel Fogel Date: Tue, 28 Feb 2023 18:34:38 +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 79c1cf3da4..1874dadb69 100644 --- a/app/controllers/api/databases.php +++ b/app/controllers/api/databases.php @@ -161,7 +161,7 @@ App::init() $request->getURI(), // Contains databaseId & collectionId $request->getParam('queries') ])); - /* @var $document Document */ + /** @var Document $document */ $document = Authorization::skip(fn() => $dbForProject->getDocument('slowQueries', $key)); if ($document->getAttribute('blocked') === true) { throw new Exception(Exception::TIMEOUT_BLOCKED);