]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/fullthreadednoticelist.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / lib / fullthreadednoticelist.php
index 52b5f279c9436b1114548076ed32f4ef5e3dca4f..0cc023ca5dbc6ca25e62698923eeb74d70f975e0 100644 (file)
@@ -48,7 +48,7 @@ if (!defined('STATUSNET')) {
 
 class FullThreadedNoticeList extends ThreadedNoticeList
 {
-    function newListItem($notice)
+    function newListItem(Notice $notice)
     {
         return new FullThreadedNoticeListItem($notice, $this->out, $this->userProfile);
     }