Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -19,9 +19,9 @@ class SubscribersImport {
|
||||
private $dateBlock;
|
||||
|
||||
public function __construct(
|
||||
PageRenderer $pageRenderer,
|
||||
Installation $installation,
|
||||
Block\Date $dateBlock
|
||||
PageRenderer $pageRenderer,
|
||||
Installation $installation,
|
||||
Block\Date $dateBlock
|
||||
) {
|
||||
$this->pageRenderer = $pageRenderer;
|
||||
$this->installation = $installation;
|
||||
|
Reference in New Issue
Block a user