]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/util.php
Merge branch 'master' into social-master
[quix0rs-gnu-social.git] / lib / util.php
index b802f7b2a1800f85e6e3ce64da746f52e7ee195b..22962325778f3f09ab28575007f637f995d91b01 100644 (file)
@@ -667,7 +667,7 @@ function common_linkify_mention($mention)
  *
  * @access private
  */
-function common_find_mentions($text, $notice)
+function common_find_mentions($text, Notice $notice)
 {
     try {
         $sender = Profile::getKV('id', $notice->profile_id);