Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -37,7 +37,10 @@ class Mailer {
|
||||
const METHOD_PHPMAIL = 'PHPMail';
|
||||
const METHOD_SMTP = 'SMTP';
|
||||
|
||||
public function __construct(SettingsController $settings = null, WPFunctions $wp = null) {
|
||||
public function __construct(
|
||||
SettingsController $settings = null,
|
||||
WPFunctions $wp = null
|
||||
) {
|
||||
if (!$settings) {
|
||||
$settings = SettingsController::getInstance();
|
||||
}
|
||||
|
Reference in New Issue
Block a user