Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -10,7 +10,7 @@ class Subscriber {
|
||||
/**
|
||||
* @param \MailPoet\Models\Subscriber|false|mixed $subscriber
|
||||
*/
|
||||
static function process(
|
||||
public static function process(
|
||||
$shortcode_details,
|
||||
$newsletter,
|
||||
$subscriber
|
||||
|
Reference in New Issue
Block a user