]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/TagSub/actions/tagsubs.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / plugins / TagSub / actions / tagsubs.php
index be195250f679027c715177dc6e1dc9c8cd0fe617..12d15aa620c3db9e1c869681292aa934f482241a 100644 (file)
@@ -140,7 +140,7 @@ class TagSubsAction extends GalleryAction
 
 class TagSubscriptionsList extends SubscriptionList
 {
-    function newListItem($tagsub)
+    function newListItem(TagSub $tagsub)
     {
         return new TagSubscriptionsListItem($tagsub, $this->owner, $this->action);
     }