diff options
Diffstat (limited to 'lib/lib_opml.php')
| -rw-r--r-- | lib/lib_opml.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_opml.php b/lib/lib_opml.php index 04b747a05..86847d720 100644 --- a/lib/lib_opml.php +++ b/lib/lib_opml.php @@ -262,6 +262,7 @@ function libopml_render_outline($parent_elt, $outline, $strict) { $outline_elt = $parent_elt->addChild('outline'); $text_is_present = false; + /** @var string|array<string,mixed> $value */ foreach ($outline as $key => $value) { // Only outlines can be an array and so we consider children are also // outline elements. |
