From b8cfc4c2875e78525106e7d88c61208c6d703166 Mon Sep 17 00:00:00 2001 From: Aydin Hassan Date: Thu, 24 Jul 2014 17:48:22 +0100 Subject: [PATCH] CS --- src/XmlNest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XmlNest.php b/src/XmlNest.php index a927594..11395c6 100644 --- a/src/XmlNest.php +++ b/src/XmlNest.php @@ -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); } }