Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -18,7 +18,9 @@ class ImportExportFactory {
|
||||
/** @var SegmentsSimpleListRepository */
|
||||
private $segmentsListRepository;
|
||||
|
||||
public function __construct($action = null) {
|
||||
public function __construct(
|
||||
$action = null
|
||||
) {
|
||||
$this->action = $action;
|
||||
$this->segmentsListRepository = ContainerWrapper::getInstance()->get(SegmentsSimpleListRepository::class);
|
||||
}
|
||||
|
Reference in New Issue
Block a user