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.
2 parents a082f51 + 30eb192 commit 16979edCopy full SHA for 16979ed
app/code/Magento/CatalogRule/Model/Rule/Job.php
@@ -41,8 +41,8 @@ class Job extends \Magento\Framework\DataObject
41
* @param array $data
42
*/
43
public function __construct(
44
- RuleProductProcessor $ruleProcessor,
45
- array $data = []
+ RuleProductProcessor $ruleProcessor,
+ array $data = []
46
) {
47
$this->ruleProcessor = $ruleProcessor;
48
parent::__construct($data);
0 commit comments