Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -31,8 +31,8 @@ class StatsNotificationEntity {
|
||||
private $task;
|
||||
|
||||
public function __construct(
|
||||
NewsletterEntity $newsletter,
|
||||
ScheduledTaskEntity $task
|
||||
NewsletterEntity $newsletter,
|
||||
ScheduledTaskEntity $task
|
||||
) {
|
||||
$this->newsletter = $newsletter;
|
||||
$this->task = $task;
|
||||
|
Reference in New Issue
Block a user