From 86e8470784fdcb6168ca88c694eb5b934367e61d Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 26 Jul 2022 14:07:08 +0530 Subject: [PATCH] feat: linter fixes --- app/http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/http.php b/app/http.php index 945a0a9bf5..53990811e3 100644 --- a/app/http.php +++ b/app/http.php @@ -101,7 +101,7 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) { if (!$dbForConsole->getCollection($key)->isEmpty()) { continue; } - + /** * Skip to prevent 0.15 migration issues. */