]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Favorite/actions/showfavorites.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / plugins / Favorite / actions / showfavorites.php
index 3d797353ca06c6699e143cff3c6bca56e9d0fffa..0734ab98657d3647a27da1c134b636a1fa46f20a 100644 (file)
@@ -245,7 +245,7 @@ class ShowfavoritesAction extends Action
 
 class FavoritesNoticeList extends NoticeList
 {
-    function newListItem($notice)
+    function newListItem(Notice $notice)
     {
         return new FavoritesNoticeListItem($notice, $this->out);
     }