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