X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=44f5141ad889e10df007195db88874743dfb1fff;hb=53c1bf6ba321970fe7de551044f7951f002b57ec;hp=f7274e436666e727f0cd57c3d2c3c0964dfbf2a8;hpb=9ca789b9529dceedc35f637804179e1034b3f1d9;p=friendica.git diff --git a/mod/match.php b/mod/match.php index f7274e4366..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(App &$a) { +function match_content(App $a) { $o = ''; if (! local_user()) {