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