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 5c6d4ba commit ecf6dddCopy full SHA for ecf6ddd
app/code/Magento/Fedex/Plugin/Block/Tracking/PopupDeliveryDate.php
@@ -3,7 +3,6 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-declare(strict_types=1);
7
8
namespace Magento\Fedex\Plugin\Block\Tracking;
9
@@ -26,7 +25,7 @@ class PopupDeliveryDate
26
25
* @return string
27
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
28
29
- public function afterFormatDeliveryDateTime(Popup $subject, string $result, string $date, string $time): string
+ public function afterFormatDeliveryDateTime(Popup $subject, $result, $date, $time)
30
{
31
if ($this->getCarrier($subject) === Carrier::CODE) {
32
$result = $subject->formatDeliveryDate($date);
0 commit comments