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',