We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbaf6f commit 4966856Copy full SHA for 4966856
generate.php
@@ -13,6 +13,7 @@
13
if (strpos($emoji, "\u{200D}") === false) {
14
$emoji = str_replace("\u{FE0F}", '', $emoji);
15
}
16
+
17
return $emoji;
18
}, Spatie\Emoji\Emoji::all());
19
src/Twemoji.php
@@ -16,7 +16,7 @@ class Twemoji implements JsonSerializable
protected array $codepoints;
/**
- * @param string[] $codepoints
+ * @param string[] $codepoints
20
*/
21
public function __construct(array $codepoints)
22
{
0 commit comments