We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f58b60 commit c408f6bCopy full SHA for c408f6b
core/Client.php
@@ -41,6 +41,7 @@ protected function xml2array($xml)
41
{
42
$tag = $element->getName();
43
$e = get_object_vars($element);
44
+
45
if ($element->count() > 0)
46
47
$res = $element instanceof \SimpleXMLElement ? $this->xml2array($element) : $e;
0 commit comments