Skip to content

Commit 56a7693

Browse files
committed
AC-9670::Adobe Commerce 2.4.7 core code is compatible with PHP 8.3
1 parent 03fce39 commit 56a7693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Stdlib/DateTime/Timezone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public function formatDateTime(
325325
if ($pattern) {
326326
$formatter->setPattern($pattern);
327327
}
328-
return str_replace(""," ",$formatter->format($date));
328+
return str_replace('', ' ', $formatter->format($date));
329329
}
330330

331331
/**

0 commit comments

Comments
 (0)