From f8c44c8a501aff02e42c8bece42f42afe3a0fb7b Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 29 Mar 2024 10:18:33 +0000 Subject: [PATCH] chore: linter --- app/realtime.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/realtime.php b/app/realtime.php index c97eb598b8..e4c2f38dc5 100644 --- a/app/realtime.php +++ b/app/realtime.php @@ -37,7 +37,7 @@ require_once __DIR__ . '/init.php'; Runtime::enableCoroutine(SWOOLE_HOOK_ALL); // Allows overriding -if(!function_exists("getConsoleDB")) { +if (!function_exists("getConsoleDB")) { function getConsoleDB(): Database { global $register; @@ -63,7 +63,7 @@ if(!function_exists("getConsoleDB")) { } // Allows overriding -if(!function_exists("getProjectDB")) { +if (!function_exists("getProjectDB")) { function getProjectDB(Document $project): Database { global $register; @@ -93,7 +93,7 @@ if(!function_exists("getProjectDB")) { } // Allows overriding -if(!function_exists("getCache")) { +if (!function_exists("getCache")) { function getCache(): Cache { global $register;