From cc50302530226c8c586873278320c3ac22dc25f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 5 Sep 2025 09:25:45 +0200 Subject: [PATCH] Formatting fix --- .../Platform/Modules/Projects/Http/DevKeys/Projects/XList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/Projects/XList.php b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/Projects/XList.php index 9a140cbdf8..f190990e00 100644 --- a/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/Projects/XList.php +++ b/src/Appwrite/Platform/Modules/Projects/Http/DevKeys/Projects/XList.php @@ -27,14 +27,14 @@ class XList extends Action { return 'listProjects'; } - + // Stored as property intentionally for extensibility protected Validator $queriesValidator; public function __construct() { $this->queriesValidator = new Projects(); - + $this ->setHttpMethod(Action::HTTP_REQUEST_METHOD_GET) ->setHttpPath('/v1/projects')