Fix PHPStan errors
This commit is contained in:
committed by
M. Shull
parent
3ff55d85a9
commit
ab097d356a
@ -8,6 +8,9 @@ use MailPoet\WP\Functions as WPFunctions;
|
||||
if (!defined('ABSPATH')) exit;
|
||||
|
||||
class Subscriber {
|
||||
/**
|
||||
* @param \MailPoet\Models\Subscriber|false $subscriber
|
||||
*/
|
||||
static function process(
|
||||
$shortcode_details,
|
||||
$newsletter,
|
||||
|
Reference in New Issue
Block a user