Normalize App parameter declaration (mod folder, 2 out of 3)
This commit is contained in:
parent
ee39aba490
commit
f92918f471
42 changed files with 133 additions and 133 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue