Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -6,7 +6,9 @@ class Transformer {
|
||||
|
||||
private $transformer;
|
||||
|
||||
public function __construct($args) {
|
||||
public function __construct(
|
||||
$args
|
||||
) {
|
||||
$titleListOnly = $args['displayType'] === 'titleOnly' && $args['titleFormat'] === 'ul';
|
||||
|
||||
if ($titleListOnly) $transformer = new TitleListTransformer($args);
|
||||
|
Reference in New Issue
Block a user