]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ConversationTree/lib/conversationtree.php
Added more checked type-hints.
[quix0rs-gnu-social.git] / plugins / ConversationTree / lib / conversationtree.php
index 144902fce2316775a08b527467835f4fc2ae835d..ff39b3e4f4487ad97ecc2a5bc018f62f4e0017bd 100644 (file)
@@ -140,7 +140,7 @@ class ConversationTree extends NoticeList
      *
      * @return NoticeListItem a list item to show
      */
-    function newListItem($notice)
+    function newListItem(Notice $notice)
     {
         return new ConversationTreeItem($notice, $this->out);
     }