Skip to content

Commit c408f6b

Browse files
committed
Reverted change
1 parent 8f58b60 commit c408f6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ protected function xml2array($xml)
4141
{
4242
$tag = $element->getName();
4343
$e = get_object_vars($element);
44+
4445
if ($element->count() > 0)
4546
{
4647
$res = $element instanceof \SimpleXMLElement ? $this->xml2array($element) : $e;

0 commit comments

Comments
 (0)