From 34cf5a7c2fc0c8ffa2798f1b82ee63cc97194d0f Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 18 Aug 2025 19:26:21 +1200 Subject: [PATCH] Lint --- .../Modules/Databases/Http/TablesDB/Databases/Create.php | 2 +- .../Modules/Databases/Http/TablesDB/Databases/Delete.php | 2 +- .../Platform/Modules/Databases/Http/TablesDB/Databases/Get.php | 2 +- .../Modules/Databases/Http/TablesDB/Databases/Update.php | 2 +- .../Modules/Databases/Http/TablesDB/Databases/XList.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Create.php index c256735803..fd8f95e043 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Create.php @@ -56,4 +56,4 @@ class Create extends DatabaseCreate ->inject('queueForEvents') ->callback($this->action(...)); } -} \ No newline at end of file +} diff --git a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Delete.php b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Delete.php index e3e7d61885..9ec7b78f61 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Delete.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Delete.php @@ -52,4 +52,4 @@ class Delete extends DatabaseDelete ->inject('queueForStatsUsage') ->callback($this->action(...)); } -} \ No newline at end of file +} diff --git a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Get.php b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Get.php index aad0cf1f2b..0c08e3b42f 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Get.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Get.php @@ -46,4 +46,4 @@ class Get extends DatabaseGet ->inject('dbForProject') ->callback($this->action(...)); } -} \ No newline at end of file +} diff --git a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Update.php b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Update.php index 40104e9db3..a0cd6ec7a5 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Update.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/Update.php @@ -54,4 +54,4 @@ class Update extends DatabaseUpdate ->inject('queueForEvents') ->callback($this->action(...)); } -} \ No newline at end of file +} diff --git a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/XList.php b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/XList.php index 0f9c239250..0fedc1079b 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/XList.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Databases/XList.php @@ -48,4 +48,4 @@ class XList extends DatabaseXList ->inject('dbForProject') ->callback($this->action(...)); } -} \ No newline at end of file +}