Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -7,7 +7,9 @@ class PreviewWidget extends \WP_Widget {
|
||||
/** @var string */
|
||||
private $formHtml;
|
||||
|
||||
public function __construct($formHtml) {
|
||||
public function __construct(
|
||||
$formHtml
|
||||
) {
|
||||
$this->formHtml = $formHtml;
|
||||
parent::__construct(
|
||||
'mailpoet_form_preview',
|
||||
|
Reference in New Issue
Block a user