Skip to content

Commit 18bfebe

Browse files
hryvinskyitorhoehn
authored andcommitted
replace tab space
1 parent c393a40 commit 18bfebe

File tree

1 file changed

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

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ class Job extends \Magento\Framework\DataObject
3434
*/
3535
protected $ruleProcessor;
3636

37-
/**
38-
* Basic object initialization
39-
*
40-
* @param RuleProductProcessor $ruleProcessor
41-
* @param array $data
42-
*/
37+
/**
38+
* Basic object initialization
39+
*
40+
* @param RuleProductProcessor $ruleProcessor
41+
* @param array $data
42+
*/
4343
public function __construct(
4444
RuleProductProcessor $ruleProcessor,
45-
array $data = []
45+
array $data = []
4646
) {
47-
$this->ruleProcessor = $ruleProcessor;
48-
parent::__construct($data);
47+
$this->ruleProcessor = $ruleProcessor;
48+
parent::__construct($data);
4949
}
5050

5151
/**

0 commit comments

Comments
 (0)