From b3121709d62d9fadf890e523b9c9dba7cf702d25 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 14 Apr 2023 14:23:45 +0200 Subject: PHPStan Level 6 FreshRSS_Search FreshRSS_Entry (#5292) * PHPStan Level 6 FreshRSS_Search FreshRSS_Entry * Minor fix * Type fix * Apply suggestions from code review Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> * Minor types syntax Compatibility Intelephense --------- Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> --- app/views/helpers/feed/update.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views') diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index d4f90d151..a5989bf14 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -400,7 +400,7 @@
feed->attributes('xpath')); + $xpath = Minz_Helper::htmlspecialchars_utf8((array)($this->feed->attributes('xpath'))); ?>

@@ -515,7 +515,7 @@
feed->attributes('path_entries_filter')); + $path_entries_filter = Minz_Helper::htmlspecialchars_utf8((string)($this->feed->attributes('path_entries_filter'))); ?>
-- cgit v1.2.3