]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagsubscribers.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / actions / peopletagsubscribers.php
index 73057a38ed0e4fee4df923f12f44db688c774233..dcb3af5c9fba43f3032832931c4c472e8bde2512 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);
     }