From 3fb18dac66bdb7fbc9cd3f7909a8aba5b8b17a01 Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 8 Dec 2024 16:22:47 +0200 Subject: [PATCH] Return array of Documents --- src/Database/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Database.php b/src/Database/Database.php index 130558427..b37f821bc 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -6042,7 +6042,7 @@ public function analyzeCollection(string $collection): bool * Get Schema Attributes * * @param string $collection - * @return array + * @return array * @throws DatabaseException */ public function getSchemaAttributes(string $collection): array