mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[FeedExpander] prepareXml: Add type hints
This commit is contained in:
parent
38803266f8
commit
d7fa5944ff
@ -58,7 +58,7 @@ abstract class FeedExpander extends BridgeAbstract
|
|||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function prepareXml($xmlString)
|
protected function prepareXml(string $xmlString): string
|
||||||
{
|
{
|
||||||
// Remove problematic escape sequences
|
// Remove problematic escape sequences
|
||||||
$problematicStrings = [
|
$problematicStrings = [
|
||||||
|
Loading…
Reference in New Issue
Block a user