Skip to content

Commit 4966856

Browse files
committed
Fix Style CI issues
1 parent afbaf6f commit 4966856

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

generate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
if (strpos($emoji, "\u{200D}") === false) {
1414
$emoji = str_replace("\u{FE0F}", '', $emoji);
1515
}
16+
1617
return $emoji;
1718
}, Spatie\Emoji\Emoji::all());
1819

src/Twemoji.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Twemoji implements JsonSerializable
1616
protected array $codepoints;
1717

1818
/**
19-
* @param string[] $codepoints
19+
* @param string[] $codepoints
2020
*/
2121
public function __construct(array $codepoints)
2222
{

0 commit comments

Comments
 (0)