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