Skip to content

Commit

Permalink
[5.3] cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Dec 16, 2021
1 parent 47bc56d commit 71e9700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/AbstractUnicodeTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public function provideCreateFromCodePoint(): array
['*', [42]],
['AZ', [65, 90]],
['', [8364]],
['', [0x20ac]],
['', [0x20AC]],
['Ʃ', [425]],
['Ʃ', [0x1a9]],
['Ʃ', [0x1A9]],
['☢☎❄', [0x2622, 0x260E, 0x2744]],
];
}
Expand Down

0 comments on commit 71e9700

Please sign in to comment.