]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Found these missing, still there is one that says 'Action' as type-hint. Please inves...
authorRoland Haeder <roland@mxchange.org>
Fri, 3 Jul 2015 23:29:39 +0000 (01:29 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:21:13 +0000 (00:21 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/Activity/ActivityPlugin.php
plugins/ShareNotice/ShareNoticePlugin.php

index 29dbb13f3c2f88eaa55e240815b3865a64731c1b..a1dd986a088d45148df460f506a70836eba671cc 100644 (file)
@@ -272,7 +272,7 @@ class ActivityPlugin extends Plugin
         return true;
     }
 
-    function onStartShowNoticeItem($nli)
+    function onStartShowNoticeItem(NoticeListItem $nli)
     {
         $notice = $nli->notice;
 
index af25f8a6dc7c63a94faae4432bd603281d6ed4d5..1faf7b035d51075f48db974c5d6c9c7fd385a1c9 100644 (file)
@@ -39,7 +39,7 @@ class ShareNoticePlugin extends Plugin
         return true;
     }
 
-    function onStartShowNoticeItem($item)
+    function onStartShowNoticeItem(NoticeListItem $item)
     {
         $notice = $item->notice;
         $out = $item->out;