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