From 0a730935f52ae33bf6132a1ae522e88a37b0f5e6 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 10 Mar 2024 13:14:10 +0100 Subject: remove superfluous () --- Zotlabs/Lib/Text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Lib') diff --git a/Zotlabs/Lib/Text.php b/Zotlabs/Lib/Text.php index a4dea90b9..f593f9dd6 100644 --- a/Zotlabs/Lib/Text.php +++ b/Zotlabs/Lib/Text.php @@ -18,7 +18,7 @@ class Text { return EMPTY_STR; } - return (htmlspecialchars($string, ENT_COMPAT, 'UTF-8', false)); + return htmlspecialchars($string, ENT_COMPAT, 'UTF-8', false); } } -- cgit v1.2.3