]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/noticesearch.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / noticesearch.php
index 2886700f6a452d3998da95755220a48c9c179c58..0d6fb51fb468a935e8eb77385e831f54164abe65 100644 (file)
@@ -185,7 +185,7 @@ class SearchNoticeList extends NoticeList {
         $this->terms = $terms;
     }
 
-    function newListItem($notice)
+    function newListItem(Notice $notice)
     {
         return new SearchNoticeListItem($notice, $this->out, $this->terms);
     }