Skip to content

Commit c348979

Browse files
committed
AC-9670::Adobe Commerce 2.4.7 core code is compatible with PHP 8.3
1 parent c8fce61 commit c348979

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Directory/Test/Unit/Model/CurrencyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function getOutputFormatDataProvider(): array
143143
'en_US:PLN' => ['en_US', 'PLN', "PLN\u{00A0}%s"],
144144
'en_US:PKR' => ['en_US', 'PKR', "PKR\u{00A0}%s"],
145145
'af_ZA:VND' => ['af_ZA', 'VND', "\u{20AB}%s"],
146-
'ar_DZ:EGP' => ['ar_DZ', 'EGP', "%s\u{00A0}\u{062C}.\u{0645}.\u{200F}"],
146+
'ar_DZ:EGP' => ['ar_DZ', 'EGP', "\u{062C}.\u{0645}.\u{200F}\u{00A0}%s"],
147147
'ar_SA:USD' => ['ar_SA', 'USD', "%s\u{00A0}US$"],
148148
'ar_SA:LBP' => ['ar_SA', 'LBP', "%s\u{00A0}\u{0644}.\u{0644}.\u{200F}"],
149149
'fa_IR:USD' => ['fa_IR', 'USD', "\u{200E}$%s"],

dev/tests/integration/testsuite/Magento/Security/Model/ResourceModel/UserExpirationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ protected function setUp(): void
3939
* @dataProvider userExpirationSaveDataProvider
4040
* @magentoAppArea adminhtml
4141
* @return void
42+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
4243
*/
4344
public function testUserExpirationSave(string $locale): void
4445
{

0 commit comments

Comments
 (0)