Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -16,7 +16,9 @@ class PostTransformerContentsExtractor {
|
||||
/** @var WooCommerceHelper */
|
||||
private $woocommerceHelper;
|
||||
|
||||
public function __construct($args) {
|
||||
public function __construct(
|
||||
$args
|
||||
) {
|
||||
$this->args = $args;
|
||||
$this->wp = new WPFunctions();
|
||||
$this->woocommerceHelper = new WooCommerceHelper();
|
||||
|
Reference in New Issue
Block a user