Skip to content

Commit 7ec7d65

Browse files
author
Max Souza
committed
Fix brackets
1 parent 83a84a3 commit 7ec7d65

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/code/Magento/SalesRule/Model/RulesApplier.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ public function __construct(
5151
\Magento\Framework\Event\ManagerInterface $eventManager,
5252
\Magento\SalesRule\Model\Utility $utility,
5353
ChildrenValidationLocator $childrenValidationLocator = null
54-
)
55-
{
54+
) {
5655
$this->calculatorFactory = $calculatorFactory;
5756
$this->validatorUtility = $utility;
5857
$this->_eventManager = $eventManager;
@@ -236,8 +235,7 @@ protected function eventFix(
236235
\Magento\Quote\Model\Quote\Item\AbstractItem $item,
237236
\Magento\SalesRule\Model\Rule $rule,
238237
$qty
239-
)
240-
{
238+
) {
241239
$quote = $item->getQuote();
242240
$address = $item->getAddress();
243241

0 commit comments

Comments
 (0)