Skip to content

Commit 16979ed

Browse files
committed
Merge branch '2.2-develop' of github.com:hryvinskyi/magento2 into 2.2-develop
2 parents a082f51 + 30eb192 commit 16979ed

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/CatalogRule/Model/Rule

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogRule/Model/Rule/Job.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ class Job extends \Magento\Framework\DataObject
4141
* @param array $data
4242
*/
4343
public function __construct(
44-
RuleProductProcessor $ruleProcessor,
45-
array $data = []
44+
RuleProductProcessor $ruleProcessor,
45+
array $data = []
4646
) {
4747
$this->ruleProcessor = $ruleProcessor;
4848
parent::__construct($data);

0 commit comments

Comments
 (0)