]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profilelist.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / lib / profilelist.php
index 767e12bc25a7dbc2360bd65d1bddd270fd919989..57559b5bb27d4d43069dcc443e3ff0e88b9632b2 100644 (file)
@@ -97,7 +97,7 @@ class ProfileList extends Widget
         return $cnt;
     }
 
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new ProfileListItem($profile, $this->action);
     }