]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagged.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / actions / peopletagged.php
index d547866a3cb020a3a2654a007912a2a00e356409..98e0cd7125c009b8306881c7ddf2e88816117c9c 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);
     }