Skip to content

Commit

Permalink
emoji fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mauretto78 committed Jul 7, 2023
1 parent 1e41b8f commit 18a3538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Utils/Emoji.php
Original file line number Diff line number Diff line change
Expand Up @@ -7435,7 +7435,7 @@ class Emoji {
'πŸ›œ' => '🛜',
'τ€€‚' => '􀀂',
'𑞱' => '𡞱',
"σ „Ÿ" => "&#917791"
"σ „Ÿ" => "󠄟",
];

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/EmojiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function canReplaceEmojisWithEntites()
'πŸ›œ' => '🛜',
'τ€€‚' => '􀀂',
'𑞱' => '𡞱',
"σ „Ÿ" => "&#917791"
"σ „Ÿ" => "󠄟",
];

foreach ($dataset as $emoji => $entity) {
Expand Down

0 comments on commit 18a3538

Please sign in to comment.