Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b582e15

Browse filesBrowse files
Update build.php
1 parent 6a9bca0 commit b582e15
Copy full SHA for b582e15

File tree

1 file changed

+3
-2
lines changed
Filter options
  • src/Symfony/Component/Intl/Resources/emoji

1 file changed

+3
-2
lines changed

‎src/Symfony/Component/Intl/Resources/emoji/build.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/Resources/emoji/build.php
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ public static function buildGitHubRules(array $emojisCodePoints): iterable
129129
$codePointsCount = mb_strlen($emoji);
130130
$maps[$codePointsCount][$emoji] = ":$shortCode:";
131131
}
132-
133-
return ['emoji-github' => self::createRules($maps), 'github-emoji' => array_flip(self::createRules($maps))];
132+
133+
$maps = self::createRules($maps);
134+
return ['emoji-github' => $maps, 'github-emoji' => array_flip($maps)];
134135
}
135136

136137
public static function buildSlackRules(array $emojisCodePoints): iterable

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.