Skip to content

Commit ecf6ddd

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-98328: Update FedEx Shipping Dates behavior in Tracking Popup
1 parent 5c6d4ba commit ecf6ddd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Fedex/Plugin/Block/Tracking/PopupDeliveryDate.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
declare(strict_types=1);
76

87
namespace Magento\Fedex\Plugin\Block\Tracking;
98

@@ -26,7 +25,7 @@ class PopupDeliveryDate
2625
* @return string
2726
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2827
*/
29-
public function afterFormatDeliveryDateTime(Popup $subject, string $result, string $date, string $time): string
28+
public function afterFormatDeliveryDateTime(Popup $subject, $result, $date, $time)
3029
{
3130
if ($this->getCarrier($subject) === Carrier::CODE) {
3231
$result = $subject->formatDeliveryDate($date);

0 commit comments

Comments
 (0)