Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -20,8 +20,8 @@ class Renderer {
|
||||
public $assetsManifestCss;
|
||||
|
||||
public function __construct(
|
||||
$cachingEnabled = false,
|
||||
$debuggingEnabled = false
|
||||
$cachingEnabled = false,
|
||||
$debuggingEnabled = false
|
||||
) {
|
||||
$this->cachingEnabled = $cachingEnabled;
|
||||
$this->debuggingEnabled = $debuggingEnabled;
|
||||
|
Reference in New Issue
Block a user