aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib_rss.php')
-rw-r--r--lib/lib_rss.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php
index 9d995c6d6..356d5bc0d 100644
--- a/lib/lib_rss.php
+++ b/lib/lib_rss.php
@@ -330,7 +330,6 @@ function customSimplePie(array $attributes = array()): SimplePie {
return $simplePie;
}
-/** @param string $data */
function sanitizeHTML(string $data, string $base = '', ?int $maxLength = null): string {
if ($data === '' || ($maxLength !== null && $maxLength <= 0)) {
return '';