X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsubscriptionlist.php;h=f882b90c7f30b6e76094521914986943626ebd40;hb=3f28b17c86c4cd88d4f39629ea8a89ec3a820790;hp=29c12744076b301527ed8837ced2226ef2e6268e;hpb=ee23dc8ccfea2fec1c8061b0e7de52cc2aa42864;p=quix0rs-gnu-social.git diff --git a/lib/subscriptionlist.php b/lib/subscriptionlist.php index 29c1274407..f882b90c7f 100644 --- a/lib/subscriptionlist.php +++ b/lib/subscriptionlist.php @@ -53,7 +53,7 @@ class SubscriptionList extends ProfileList $this->owner = $owner; } - function newListItem($profile) + function newListItem(Profile $profile) { return new SubscriptionListItem($profile, $this->owner, $this->action); }