X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=44f5141ad889e10df007195db88874743dfb1fff;hb=53c1bf6ba321970fe7de551044f7951f002b57ec;hp=a9535d2d669a19868324a57645b1abc4a4c5ffb6;hpb=0436782e70f496c96f30ee7822865f777ae1d73e;p=friendica.git diff --git a/mod/match.php b/mod/match.php index a9535d2d66..44f5141ad8 100644 --- a/mod/match.php +++ b/mod/match.php @@ -10,10 +10,10 @@ require_once('mod/proxy.php'); * It takes keywords from your profile and queries the directory server for * matching keywords from other profiles. * - * @param App &$a + * @param App $a * @return void|string */ -function match_content(&$a) { +function match_content(App $a) { $o = ''; if (! local_user()) {