Skip to content

Commit 71e9700

Browse files
[5.3] cs fixes
1 parent 47bc56d commit 71e9700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/AbstractUnicodeTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public function provideCreateFromCodePoint(): array
3737
['*', [42]],
3838
['AZ', [65, 90]],
3939
['', [8364]],
40-
['', [0x20ac]],
40+
['', [0x20AC]],
4141
['Ʃ', [425]],
42-
['Ʃ', [0x1a9]],
42+
['Ʃ', [0x1A9]],
4343
['☢☎❄', [0x2622, 0x260E, 0x2744]],
4444
];
4545
}

0 commit comments

Comments
 (0)