Normalize App parameter declaration (mod folder, 1 out of 3)
This commit is contained in:
@@ -10,7 +10,7 @@ require_once('include/Photo.php');
|
||||
/**
|
||||
* @param App $a
|
||||
*/
|
||||
function fbrowser_content(App &$a){
|
||||
function fbrowser_content(App $a) {
|
||||
|
||||
if (!local_user())
|
||||
killme();
|
||||
|
||||
Reference in New Issue
Block a user