]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
Merge remote-tracking branch 'upstream/develop' into develop
[friendica.git] / mod / match.php
index a9535d2d669a19868324a57645b1abc4a4c5ffb6..f7274e436666e727f0cd57c3d2c3c0964dfbf2a8 100644 (file)
@@ -13,7 +13,7 @@ require_once('mod/proxy.php');
  * @param App &$a
  * @return void|string
  */
-function match_content(&$a) {
+function match_content(App &$a) {
 
        $o = '';
        if (! local_user()) {