Skip to content

Commit e3ba8e7

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-98341' into borg-qwerty-2.1
2 parents 53db612 + 23c2dae commit e3ba8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Dhl/Model/Carrier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ protected function _getAllItems()
774774
* @param float $itemWeight
775775
* @param float $maxWeight
776776
*/
777-
private function pushDecimalItems(array &$decimalItems, float $itemWeight, float $maxWeight): void
777+
private function pushDecimalItems(array &$decimalItems, float $itemWeight, float $maxWeight)
778778
{
779779
$qtyItem = floor($itemWeight / $maxWeight);
780780
$decimalItems[] = ['weight' => $maxWeight, 'qty' => $qtyItem];

0 commit comments

Comments
 (0)