From 4e0250cc9f2c8eec803b96575da260015e7147d6 Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi <62933155+2002Bishwajeet@users.noreply.github.com> Date: Fri, 11 Aug 2023 22:46:48 +0530 Subject: [PATCH] Update src/Appwrite/Specification/Format.php Co-authored-by: Jake Barnby --- src/Appwrite/Specification/Format.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Specification/Format.php b/src/Appwrite/Specification/Format.php index 7d14e90324..19c9018c12 100644 --- a/src/Appwrite/Specification/Format.php +++ b/src/Appwrite/Specification/Format.php @@ -40,8 +40,8 @@ abstract class Format ]; /* - * blackList to omit the enum types for the given method - * */ + * Blacklist to omit the enum types for the given route's parameter + */ protected array $blacklist = [ [ 'namespace' => 'users',