From d7fa5944ffad4ae210170bdeaa85e63545d1cfe4 Mon Sep 17 00:00:00 2001 From: ORelio Date: Mon, 31 Mar 2025 19:12:39 +0200 Subject: [PATCH] [FeedExpander] prepareXml: Add type hints --- lib/FeedExpander.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/FeedExpander.php b/lib/FeedExpander.php index a5a55814..1a47851b 100644 --- a/lib/FeedExpander.php +++ b/lib/FeedExpander.php @@ -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 = [