]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Favorite/actions/showfavorites.php
Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / plugins / Favorite / actions / showfavorites.php
index cba29063c28b2de8787890db5c0920ac98ac5c8b..ddb23cfe3f30034c141aead687189816b1a56972 100644 (file)
@@ -149,7 +149,7 @@ class ShowfavoritesAction extends ShowstreamAction
 
 class FavoritesNoticeList extends NoticeList
 {
-    function newListItem($notice)
+    function newListItem(Notice $notice)
     {
         return new FavoritesNoticeListItem($notice, $this->out);
     }