Skip to content

Commit 42f9a29

Browse files
author
Oleksii Korshenko
committed
MAGETWO-70020: Improved type hints and declarations for \Magento\Quote\Model\Quote\Address\Total #9986
- fixed static tests
1 parent 34819da commit 42f9a29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use Magento\Framework\Model\AbstractExtensibleModel;
1313
use Magento\Quote\Api\Data\PaymentInterface;
1414
use Magento\Quote\Model\Quote\Address;
15+
use Magento\Quote\Model\Quote\Address\Total as AddressTotal;
1516
use Magento\Sales\Model\Status;
1617

1718
/**
@@ -1944,7 +1945,7 @@ public function collectTotals()
19441945
/**
19451946
* Get all quote totals (sorted by priority)
19461947
*
1947-
* @return Address\Total[]
1948+
* @return AddressTotal[]
19481949
*/
19491950
public function getTotals()
19501951
{

0 commit comments

Comments
 (0)