fix doc comment for filter method

This commit is contained in:
Damodar Lohani
2023-07-05 11:51:45 +05:45
committed by GitHub
parent 9f2bf844c7
commit 701f0bbd4d
@@ -226,9 +226,9 @@ class Project extends Model
}
/**
* Get Collection
* Filter document structure
*
* @return string
* @return Document
*/
public function filter(Document $document): Document
{