]> 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 Haeder <roland@mxchange.org>
Fri, 3 Jul 2015 23:29:39 +0000 (01:29 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/Activity/ActivityPlugin.php
plugins/ShareNotice/ShareNoticePlugin.php

index 5144eb46662f3f86a4c1c25969b008aef3da4c99..65920c27e4aaeac3273877a4029183807f2f0cb9 100644 (file)
@@ -272,7 +272,7 @@ class ActivityPlugin extends Plugin
         return true;
     }
 
-    function onStartShowNoticeItem($nli)
+    function onStartShowNoticeItem(NoticeListItem $nli)
     {
         $notice = $nli->notice;
 
index 7a6fd28feee10b5d9776611df46f3c2fc8957543..2c199efec09c2175369cc7e8a6e006171672365b 100644 (file)
@@ -37,7 +37,7 @@ class ShareNoticePlugin extends Plugin
         return true;
     }
 
-    function onStartShowNoticeItem($item)
+    function onStartShowNoticeItem(NoticeListItem $item)
     {
         $notice = $item->notice;
         $out = $item->out;