Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@@ -71,7 +71,7 @@ class PermanentNotices {
|
||||
);
|
||||
}
|
||||
|
||||
function ajaxDismissNoticeHandler() {
|
||||
public function ajaxDismissNoticeHandler() {
|
||||
if (!isset($_POST['type'])) return;
|
||||
switch ($_POST['type']) {
|
||||
case (PHPVersionWarnings::OPTION_NAME):
|
||||
|
Reference in New Issue
Block a user