Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | final class Twemoji extends EmojiConverter |
||
13 | { |
||
14 | /** |
||
15 | * Create a new emoji converter instance. |
||
16 | * |
||
17 | * @param array<string, mixed> $config |
||
18 | */ |
||
19 | public function __construct(array $config = []) |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Create a new Twemoji converter instance that converts applicable values into twemoji images. |
||
30 | * |
||
31 | * @param array<string, mixed> $config |
||
32 | */ |
||
33 | public static function convertToTwemoji(string $input, array $config = []): RenderedContentInterface |
||
42 |