Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hidehalo committed May 13, 2017
1 parent ac8c591 commit ad3ff4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Features/EmojiParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class EmojiParser extends UnicodeParser
/* @link http://unicode.org/emoji/charts/full-emoji-list.html */
private $maps = [
[0x00A9, 0x00AE],
[0x200D, 0x2B50],
[0x200D, 0x2B55],
[0x3030, 0x303D],
[0x3297, 0x3299],
[0xFE0F, 0xFE0F],
Expand Down

0 comments on commit ad3ff4c

Please sign in to comment.