Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -57,7 +57,9 @@ class NewsletterTemplateEntity {
|
||||
*/
|
||||
private $readonly = false;
|
||||
|
||||
public function __construct(string $name) {
|
||||
public function __construct(
|
||||
string $name
|
||||
) {
|
||||
$this->name = $name;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user