Skip to content

Commit a390390

Browse files
committed
Fix static test.
1 parent 0e8ffeb commit a390390

File tree

1 file changed

+4
-1
lines changed
  • app/code/Magento/Quote/Model/Quote/Address/Total

1 file changed

+4
-1
lines changed

app/code/Magento/Quote/Model/Quote/Address/Total/Shipping.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
use Magento\Quote\Api\Data\AddressInterface;
1010
use Magento\Quote\Model\Quote\Address\FreeShippingInterface;
1111

12+
/**
13+
* Collect totals for shipping.
14+
*/
1215
class Shipping extends \Magento\Quote\Model\Quote\Address\Total\AbstractTotal
1316
{
1417
/**
@@ -227,7 +230,7 @@ private function getAssignmentWeightData(AddressInterface $address, array $items
227230
* @param bool $addressFreeShipping
228231
* @param float $itemWeight
229232
* @param float $itemQty
230-
* @param $freeShipping
233+
* @param bool $freeShipping
231234
* @return float
232235
*/
233236
private function getItemRowWeight(

0 commit comments

Comments
 (0)