From 8be36088d71f0dc2a42b292440db21ba3c29520f Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 29 Apr 2023 12:44:07 +0530 Subject: [PATCH] chore: linter --- app/controllers/api/projects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index cbce61c60b..7978daa5d3 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -133,7 +133,7 @@ App::post('/v1/projects') } catch (Duplicate $th) { throw new Exception(Exception::PROJECT_ALREADY_EXISTS); } - + /** @var array $collections */ $collections = Config::getParam('collections', []);