From e4ad14c794917822b8f629b11493788685322bf2 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 13 Dec 2022 15:56:36 +0000 Subject: [PATCH] Run Linter --- app/workers/databases.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/workers/databases.php b/app/workers/databases.php index e5686203e..a24111ed7 100644 --- a/app/workers/databases.php +++ b/app/workers/databases.php @@ -47,7 +47,7 @@ function getCache(): Cache /** * Get Project DB - * + * * @param Document $project * @returns Database */ @@ -80,7 +80,7 @@ function getProjectDB(Document $project): Database * @param Document $collection * @param Document $attribute * @param Database $dbForConsole - * + * * @param Document $project */ function createDBAttribute(Document $database, Document $collection, Document $attribute, Document $project, Database $dbForConsole): void