Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Jul 24, 2014
1 parent 0393564 commit b8cfc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XmlNest.php
Expand Up @@ -169,7 +169,7 @@ public function parseXPath(array $xPaths, SimpleXMLElement $elem)
$data = $this->getScalarRecords($child);

if (null !== $childXPaths) {
foreach($childXPaths as $childXPath) {
foreach ($childXPaths as $childXPath) {
$data[$childXPath['key']] = $this->parseXPath($childXPath, $child);
}
}
Expand Down

0 comments on commit b8cfc4c

Please sign in to comment.