We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f61ebd commit e799c1eCopy full SHA for e799c1e
app/code/Magento/Quote/Model/Quote/TotalsCollector.php
@@ -13,7 +13,7 @@
13
use Magento\Quote\Model\Quote\Address\Total\CollectorInterface;
14
15
/**
16
- * Class TotalsCollector
+ * Composite object for collecting total.
17
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
18
*/
19
class TotalsCollector
@@ -285,7 +285,7 @@ public function collectAddressTotals(
285
/** @var CollectorInterface $collector */
286
$collector->collect($quote, $shippingAssignment, $total);
287
}
288
-
+
289
$this->eventManager->dispatch(
290
'sales_quote_address_collect_totals_after',
291
[
0 commit comments