]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SubMirror/SubMirrorPlugin.php
Merge branch 'rewrites-master/type-hints-asserts' into rewrites-nightly/type-hints...
[quix0rs-gnu-social.git] / plugins / SubMirror / SubMirrorPlugin.php
index 13a8a9fd71633151a8dad946602fc675c927cc1e..60560b4afc5bc4cef2d62174736ede7f382e0e7a 100644 (file)
@@ -155,7 +155,7 @@ class SubMirrorPlugin extends Plugin
      * @param array $stats
      * @return boolean hook return value
      */
-    function onProfileStats($profile, &$stats)
+    function onProfileStats(Profile $profile, array &$stats)
     {
         $cur = common_current_user();
         if (!empty($cur) && $cur->id == $profile->id) {