Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -86,7 +86,9 @@ class NewsletterHtmlSanitizer {
|
||||
'del' => [],
|
||||
];
|
||||
|
||||
public function __construct(WPFunctions $wp) {
|
||||
public function __construct(
|
||||
WPFunctions $wp
|
||||
) {
|
||||
$this->wp = $wp;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user