]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagged.php
Add var type to newListItem() parameter
[quix0rs-gnu-social.git] / actions / peopletagged.php
index 1b0f897c1165ce6a9966b8f1806450d2ab6cc626..db2420a8a3263a2866f247b66a8bfc819717fdb9 100644 (file)
@@ -167,7 +167,7 @@ class PeopletagMemberList extends ProfileList
         $this->peopletag = $peopletag;
     }
 
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new PeopletagMemberListItem($profile, $this->peopletag, $this->action);
     }