File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
/**
9
9
* @internal
10
10
*/
11
- class EmojiString
11
+ class EmojiText
12
12
{
13
13
use Configurable;
14
14
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ class Replacer
8
8
{
9
9
use Configurable;
10
10
11
- public function text (string $ text ): EmojiString
11
+ public function text (string $ text ): EmojiText
12
12
{
13
- return (new EmojiString ($ text ))
13
+ return (new EmojiText ($ text ))
14
14
->base ($ this ->base )
15
15
->type ($ this ->type );
16
16
}
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ public static function emoji(string $emoji): self
37
37
return new static ($ normalized );
38
38
}
39
39
40
- public static function text (string $ text ): EmojiString
40
+ public static function text (string $ text ): EmojiText
41
41
{
42
- return new EmojiString ($ text );
42
+ return new EmojiText ($ text );
43
43
}
44
44
45
45
public function url (): string
You can’t perform that action at this time.
0 commit comments