]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profileaction.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / lib / profileaction.php
index f7119a3ea0ef5b39e399e9888652769e34bbbc30..79008f3bfcb2397d6b13fdba0448732fc243a39d 100644 (file)
@@ -345,7 +345,7 @@ class ProfileAction extends ManagedAction
 
 class SubscribersMiniList extends ProfileMiniList
 {
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new SubscribersMiniListItem($profile, $this->action);
     }