Update doc comment

This commit is contained in:
Jeremy Dormitzer 2019-01-29 11:20:53 -05:00
parent b5669612ae
commit 6e4ebe5734

View File

@ -46,8 +46,7 @@ class CollectionsService
/**
* Returns an array representation of the $collection
*
* If the collection's size is greater than 30, return a PagedCollection instead,
* and filter all items by the request's permissions
* Returns the collection paged and filtered by the request's authorization status
*/
public function pageAndFilterCollection( Request $request,
ActivityPubObject $collection )