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 b9830be commit 30eb192Copy full SHA for 30eb192
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