]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupqueue.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / groupqueue.php
index c50eff36f83c5bc9279bacdc5d3095db15000ec0..98da77e01a2f52a681be5728c6a91a2167df084c 100644 (file)
@@ -153,7 +153,7 @@ class GroupqueueAction extends GroupAction
 // @todo FIXME: documentation missing.
 class GroupQueueList extends GroupMemberList
 {
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new GroupQueueListItem($profile, $this->group, $this->action);
     }