mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Merge pull request #5769 from appwrite/lohanidamodar-patch-2
fix doc comment for filter method
This commit is contained in:
commit
f3d6eb09dd
1 changed files with 2 additions and 2 deletions
|
|
@ -293,9 +293,9 @@ class Project extends Model
|
|||
}
|
||||
|
||||
/**
|
||||
* Get Collection
|
||||
* Filter document structure
|
||||
*
|
||||
* @return string
|
||||
* @return Document
|
||||
*/
|
||||
public function filter(Document $document): Document
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue