]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Bookmark/actions/newbookmark.php
Stronger typing for NoticeListItem and so
[quix0rs-gnu-social.git] / plugins / Bookmark / actions / newbookmark.php
index 168a6e07b69d1383cf23301097f6d806f362cb16..bc043f41ed51e01eafdde5878efde1fb4e07f4ae 100644 (file)
@@ -191,7 +191,7 @@ class NewbookmarkAction extends Action
      *
      * @return void
      */
-    function showNotice($notice)
+    function showNotice(Notice $notice)
     {
         class_exists('NoticeList'); // @fixme hack for autoloader
         $nli = new NoticeListItem($notice, $this);