We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c393a40 commit 18bfebeCopy full SHA for 18bfebe
app/code/Magento/CatalogRule/Model/Rule/Job.php
@@ -34,18 +34,18 @@ class Job extends \Magento\Framework\DataObject
34
*/
35
protected $ruleProcessor;
36
37
- /**
38
- * Basic object initialization
39
- *
40
- * @param RuleProductProcessor $ruleProcessor
41
- * @param array $data
42
- */
+ /**
+ * Basic object initialization
+ *
+ * @param RuleProductProcessor $ruleProcessor
+ * @param array $data
+ */
43
public function __construct(
44
RuleProductProcessor $ruleProcessor,
45
- array $data = []
+ array $data = []
46
) {
47
- $this->ruleProcessor = $ruleProcessor;
48
- parent::__construct($data);
+ $this->ruleProcessor = $ruleProcessor;
+ parent::__construct($data);
49
}
50
51
/**
0 commit comments