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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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