diff --git a/src/Appwrite/Event/Event.php b/src/Appwrite/Event/Event.php index 22947c44ae..06b6714206 100644 --- a/src/Appwrite/Event/Event.php +++ b/src/Appwrite/Event/Event.php @@ -524,7 +524,6 @@ class Event * @throws \InvalidArgumentException */ public static function generateEvents(string $pattern, array $params = [], ?Document $database = null): array - public static function generateEvents(string $pattern, array $params = [], ?Document $database = null): array { // $params = \array_filter($params, fn($param) => !\is_array($param)); $paramKeys = \array_keys($params);