Skip to content
Snippets Groups Projects
Commit cf6cabfe authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix InvalidMethod

parent 13a2c6be
Branches
Tags
No related merge requests found
...@@ -207,7 +207,7 @@ class Test ...@@ -207,7 +207,7 @@ class Test
. '" /></td></tr>'; . '" /></td></tr>';
} elseif (is_a($value[0], 'DOMNodeList')) { } elseif (is_a($value[0], 'DOMNodeList')) {
// try to see if we have a NameID here // try to see if we have a NameID here
/** @var \DOMNodeList $value [0] */ /** @var \DOMNodeList $value[0] */
$n = $value[0]->length; $n = $value[0]->length;
for ($idx = 0; $idx < $n; $idx++) { for ($idx = 0; $idx < $n; $idx++) {
$elem = $value[0]->item($idx); $elem = $value[0]->item($idx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment