Merge pull request #5769 from appwrite/lohanidamodar-patch-2

fix doc comment for filter method
This commit is contained in:
Christy Jacob 2024-12-11 23:25:51 +04:00 committed by GitHub
commit f3d6eb09dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -293,9 +293,9 @@ class Project extends Model
}
/**
* Get Collection
* Filter document structure
*
* @return string
* @return Document
*/
public function filter(Document $document): Document
{