]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subqueue.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / actions / subqueue.php
index ba473456004ef06ffa364d1fc7ad4b59e56415bd..c87202ddf1cc602ff8bc996c61d435c3824cc1cf 100644 (file)
@@ -106,7 +106,7 @@ class SubqueueAction extends GalleryAction
 
 class SubQueueList extends ProfileList
 {
-    function newListItem($profile)
+    function newListItem(Profile $profile)
     {
         return new SubQueueListItem($profile, $this->action);
     }