Skip to content

Commit 98c08ab

Browse files
committed
fixed : 0-9
1 parent cb6ed50 commit 98c08ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Features/EmojiParser.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ class EmojiParser extends UnicodeParser
99
{
1010
/* @link http://unicode.org/emoji/charts/full-emoji-list.html */
1111
private $maps = [
12+
0xFE0F,
13+
0x20E3,
1214
[0xE0062, 0xE007F],
1315
];
14-
/**
15-
* @var string;
16-
*/
16+
1717
protected $pattern;
1818

1919
public function __construct(array $config = [])

0 commit comments

Comments
 (0)