From cf90653deb7d44ae7f42eff80725e083e3f07ff9 Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Thu, 18 Dec 2025 17:30:08 +0530 Subject: [PATCH] lint --- src/Appwrite/Certificates/Exception/CertificateStatus.php | 2 +- src/Appwrite/Platform/Services/Tasks.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Certificates/Exception/CertificateStatus.php b/src/Appwrite/Certificates/Exception/CertificateStatus.php index 652c1c4253..3d94109d0e 100644 --- a/src/Appwrite/Certificates/Exception/CertificateStatus.php +++ b/src/Appwrite/Certificates/Exception/CertificateStatus.php @@ -7,4 +7,4 @@ use Exception; // Exception thrown during certificate status retrieval class CertificateStatus extends Exception { -} \ No newline at end of file +} diff --git a/src/Appwrite/Platform/Services/Tasks.php b/src/Appwrite/Platform/Services/Tasks.php index f68e3922ac..f585557690 100644 --- a/src/Appwrite/Platform/Services/Tasks.php +++ b/src/Appwrite/Platform/Services/Tasks.php @@ -5,9 +5,9 @@ namespace Appwrite\Platform\Services; use Appwrite\Platform\Tasks\Doctor; use Appwrite\Platform\Tasks\Install; use Appwrite\Platform\Tasks\Maintenance; +use Appwrite\Platform\Tasks\MaintenanceRules; use Appwrite\Platform\Tasks\Migrate; use Appwrite\Platform\Tasks\QueueRetry; -use Appwrite\Platform\Tasks\MaintenanceRules; use Appwrite\Platform\Tasks\ScheduleExecutions; use Appwrite\Platform\Tasks\ScheduleFunctions; use Appwrite\Platform\Tasks\ScheduleMessages;