diff --git a/src/Objects/CollectionsService.php b/src/Objects/CollectionsService.php index 8b55c29..080a1a5 100644 --- a/src/Objects/CollectionsService.php +++ b/src/Objects/CollectionsService.php @@ -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 )