From fda6ba7c8cb364329ce289b659bd09d9f638bd5e Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 2 Aug 2022 02:03:30 +0000 Subject: [PATCH] fix lint error --- src/Appwrite/CLI/Tasks/Doctor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/CLI/Tasks/Doctor.php b/src/Appwrite/CLI/Tasks/Doctor.php index 600be03a2f..85d389b846 100644 --- a/src/Appwrite/CLI/Tasks/Doctor.php +++ b/src/Appwrite/CLI/Tasks/Doctor.php @@ -16,7 +16,7 @@ class Doctor extends Action public static function getName(): string { return 'doctor'; - } + } public function __construct() {