]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / actions / showstream.php
index 7c38eca14a7637e99248f0d1f1844c338cc1f2d5..a3c461915a8c79ab3a3d34727e7e42fc0d26c497 100644 (file)
@@ -310,7 +310,7 @@ class ShowstreamAction extends ProfileAction
  */
 class ProfileNoticeList extends NoticeList
 {
-    function newListItem($notice)
+    function newListItem(Notice $notice)
     {
         return new ProfileNoticeListItem($notice, $this->out);
     }