Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -25,8 +25,8 @@ class NewsletterStatisticsRepository extends Repository {
|
||||
private $wcHelper;
|
||||
|
||||
public function __construct(
|
||||
EntityManager $entityManager,
|
||||
WCHelper $wcHelper
|
||||
EntityManager $entityManager,
|
||||
WCHelper $wcHelper
|
||||
) {
|
||||
parent::__construct($entityManager);
|
||||
$this->wcHelper = $wcHelper;
|
||||
|
Reference in New Issue
Block a user