Refactor
This commit is contained in:
parent
f12c4f6b8c
commit
2845edf504
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ namespace wishthis;
|
|||
|
||||
class Sanitiser
|
||||
{
|
||||
public static function render(string $text): string {
|
||||
public static function render(string $text): string
|
||||
{
|
||||
return html_entity_decode($text);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue