Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -12,7 +12,10 @@ class MP2Migration {
|
||||
/** @var MP2Migrator */
|
||||
private $mp2Migrator;
|
||||
|
||||
public function __construct(PageRenderer $pageRenderer, MP2Migrator $mp2Migrator) {
|
||||
public function __construct(
|
||||
PageRenderer $pageRenderer,
|
||||
MP2Migrator $mp2Migrator
|
||||
) {
|
||||
$this->pageRenderer = $pageRenderer;
|
||||
$this->mp2Migrator = $mp2Migrator;
|
||||
}
|
||||
|
Reference in New Issue
Block a user