Skip to content

Commit 6c9203f

Browse files
Stanislav Idolovtorhoehn
authored andcommitted
Fixed coding standards issue
1 parent 18bfebe commit 6c9203f

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)