mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-04 16:49: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
|
||||
*/
|
||||
protected function prepareXml($xmlString)
|
||||
protected function prepareXml(string $xmlString): string
|
||||
{
|
||||
// Remove problematic escape sequences
|
||||
$problematicStrings = [
|
||||
|
Loading…
Reference in New Issue
Block a user