]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profileminilist.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / lib / profileminilist.php
index 33624a3c7059440298a23e3e829b13c5b59b5f5d..9c10d62b183ab7028060deaa82db62f488071e67 100644 (file)
@@ -54,7 +54,7 @@ class ProfileMiniList extends ProfileList
         $this->out->elementStart('ul', 'entities users xoxo');
     }
 
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new ProfileMiniListItem($profile, $this->action);
     }