Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Sep 26, 2017
1 parent 407684e commit 48d2f80
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/XMLReader/XMLReader.php
Expand Up @@ -122,6 +122,19 @@ protected function _asArray(\SimpleXMLElement $element)
return $output;
}

return $this->_pushArray($output, $element);
}

/**
* @param array $output
* @param \SimpleXMLElement $element
*
* @return array
*
* @codeCoverageIgnore
*/
protected function _pushArray(array &$output, \SimpleXMLElement $element)
{
$first = [];

/**
Expand Down

0 comments on commit 48d2f80

Please sign in to comment.