]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupmemberlist.php
No more needed (for this fix) but maybe later. So I always only comment them out.
[quix0rs-gnu-social.git] / lib / groupmemberlist.php
index 92dc4029c631342203b676903dbc75897f6b88ae..f055e24731fca0dcea02593938e31c6d8ee032f3 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+// @todo FIXME: add documentation.
 
 class GroupMemberList extends ProfileList
 {
@@ -11,7 +12,7 @@ class GroupMemberList extends ProfileList
         $this->group = $group;
     }
 
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new GroupMemberListItem($profile, $this->group, $this->action);
     }