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