rss-bridge/formats
Jan Tojnar 10eb1c9a95
[FormatAbstract]: Ensure sanitizeHtml is given string (#2791)
Sometimes `Item::getContent` returns `null`, in which case `sanitizeHtml`
would pass it to `str_replace`, which would raise `E_DEPRECATED` on PHP 8.1.
2022-06-17 20:46:15 +02:00
..
AtomFormat.php [XML formats] Ensure elements are connected to DOM before further manipulation (#2806) 2022-06-09 18:33:23 +02:00
HtmlFormat.php Formats: Remove display & related method (#2776) 2022-06-07 18:05:33 +02:00
JsonFormat.php [FormatAbstract]: Ensure sanitizeHtml is given string (#2791) 2022-06-17 20:46:15 +02:00
MrssFormat.php [FormatAbstract]: Ensure sanitizeHtml is given string (#2791) 2022-06-17 20:46:15 +02:00
PlaintextFormat.php Formats: Remove display & related method (#2776) 2022-06-07 18:05:33 +02:00