]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagsubscribers.php
Merge branch 'newListItem-signatures' into 'nightly'
[quix0rs-gnu-social.git] / actions / peopletagsubscribers.php
index e5be8a3ff48f1443453a849d1a983aa106c65c5c..927cf66e6418e32e88c764832b6eb4f621dfc3c5 100644 (file)
@@ -167,7 +167,7 @@ class PeopletagSubscriberList extends ProfileList
         $this->peopletag = $peopletag;
     }
 
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new PeopletagSubscriberListItem($profile, $this->peopletag, $this->action);
     }