mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
fix doc comment for filter method
This commit is contained in:
parent
9f2bf844c7
commit
701f0bbd4d
1 changed files with 2 additions and 2 deletions
|
|
@ -226,9 +226,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