Skip to content

Commit e799c1e

Browse files
committed
MCP-549 Investigate possible improvements with enabled rules processing
1 parent 7f61ebd commit e799c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Quote/Model/Quote/TotalsCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Magento\Quote\Model\Quote\Address\Total\CollectorInterface;
1414

1515
/**
16-
* Class TotalsCollector
16+
* Composite object for collecting total.
1717
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1818
*/
1919
class TotalsCollector
@@ -285,7 +285,7 @@ public function collectAddressTotals(
285285
/** @var CollectorInterface $collector */
286286
$collector->collect($quote, $shippingAssignment, $total);
287287
}
288-
288+
289289
$this->eventManager->dispatch(
290290
'sales_quote_address_collect_totals_after',
291291
[

0 commit comments

Comments
 (0)