Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -49,7 +49,10 @@ class ImportExportRepository {
|
||||
/** @var FilterHandler */
|
||||
private $filterHandler;
|
||||
|
||||
public function __construct(EntityManager $entityManager, FilterHandler $filterHandler) {
|
||||
public function __construct(
|
||||
EntityManager $entityManager,
|
||||
FilterHandler $filterHandler
|
||||
) {
|
||||
$this->entityManager = $entityManager;
|
||||
$this->filterHandler = $filterHandler;
|
||||
}
|
||||
|
Reference in New Issue
Block a user