[FeedExpander] prepareXml: Add type hints

This commit is contained in:
ORelio 2025-03-31 19:12:39 +02:00 committed by GitHub
parent 38803266f8
commit d7fa5944ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [