From d9faa7b9d3478a74e0ad896df8fb7163b5cb9565 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Thu, 8 Feb 2024 11:39:33 +0000 Subject: [PATCH] Run Linter --- src/Appwrite/Utopia/Request/Filters/V17.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Appwrite/Utopia/Request/Filters/V17.php b/src/Appwrite/Utopia/Request/Filters/V17.php index 74720b648c..905f2ade7e 100644 --- a/src/Appwrite/Utopia/Request/Filters/V17.php +++ b/src/Appwrite/Utopia/Request/Filters/V17.php @@ -53,11 +53,10 @@ class V17 extends Filter case 'vcs.listInstallations': $content = $this->convertOldQueries($content); break; - } return $content; } - + function convertOldQueries(array $content): array { $parsed = [];