From 7322d7f83a24c080d3175f205b0ccec574dec69f Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 5 Feb 2024 21:12:57 +1300 Subject: [PATCH] Fix lint --- src/Appwrite/Specification/Format.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Specification/Format.php b/src/Appwrite/Specification/Format.php index 87f7c10144..d58fee5890 100644 --- a/src/Appwrite/Specification/Format.php +++ b/src/Appwrite/Specification/Format.php @@ -385,6 +385,7 @@ abstract class Format // Range Enum Keys return ['Twenty Four Hours', 'Thirty Days', 'Ninety Days']; } + break; case 'project': switch ($method) { case 'getUsage':