Normalize App parameter declaration (mod folder, 1 out of 3)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
require_once('include/acl_selectors.php');
|
||||
|
||||
function editpost_content(App &$a) {
|
||||
function editpost_content(App $a) {
|
||||
|
||||
$o = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user