X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FSubMirror%2Fclasses%2FSubMirror.php;h=cdbbed6726e415c2ddcbd24d18cbef7ba7a36fe6;hb=a1d3db0b0f02b1b177a5c788bbd4acd876edad70;hp=de63841e729e84f44f712d7efaa0c3bbb5f555ba;hpb=dc5b302fe9ac5906bac29b279dc78ad2d2625536;p=quix0rs-gnu-social.git diff --git a/plugins/SubMirror/classes/SubMirror.php b/plugins/SubMirror/classes/SubMirror.php index de63841e72..cdbbed6726 100644 --- a/plugins/SubMirror/classes/SubMirror.php +++ b/plugins/SubMirror/classes/SubMirror.php @@ -188,10 +188,11 @@ class SubMirror extends Managed_DataObject * Kind of dirty, but if pulling an external data feed into an account * that may be what you want. * - * @param Notice $notice - * @return mixed Notice on successful repeat, true if already repeated, false on failure + * @param Profile $profile + * @param Notice $notice + * @return mixed Notice on successful repeat, true if already repeated, false on failure */ - protected function copyNotice($profile, $notice) + protected function copyNotice(Profile $profile, Notice $notice) { $options = array('is_local' => Notice::LOCAL_PUBLIC, 'url' => $notice->getUrl(), // pass through the foreign link...