]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupqueue.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / actions / groupqueue.php
index e3e719f38abc296afa073616dc15d5708e9e69e2..060b5a2e7d10753a61feca6f0bb4c2cb6e2896c4 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);
     }