Skip to content

Commit

Permalink
Return array of Documents
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Dec 8, 2024
1 parent c8086fd commit 3fb18da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -6042,7 +6042,7 @@ public function analyzeCollection(string $collection): bool
* Get Schema Attributes
*
* @param string $collection
* @return array<mixed>
* @return array<Document>
* @throws DatabaseException
*/
public function getSchemaAttributes(string $collection): array
Expand Down

0 comments on commit 3fb18da

Please sign in to comment.