@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | ]) |
109 | 109 | ]; |
110 | 110 | } else { |
111 | - $arrayMapping = [ |
|
111 | + $arrayMapping = [ |
|
112 | 112 | 'Multiple' => [ |
113 | 113 | 'getMultipleElementsByKey' |
114 | 114 | , $arrayParams['data']->children('cac', true)->$key |
@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | 'data' => $objFile->children($strMap['cbc'], true), |
143 | 143 | 'namespace_cbc' => $arrayDocument['DocumentNameSpaces'][$strMap['cbc']], |
144 | 144 | ]); |
145 | - $arrayAggregates = $this->getHeader([ |
|
145 | + $arrayAggregates = $this->getHeader([ |
|
146 | 146 | 'CAC' => $objFile->children($strMap['cac'], true), |
147 | 147 | 'data' => $objFile, |
148 | 148 | ]); |
@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | $this->getBasicOrAggregateKey($arrayDocument['DocumentNameSpaces'], $strMap['cbc']) => $arrayBasics, |
151 | 151 | $this->getBasicOrAggregateKey($arrayDocument['DocumentNameSpaces'], $strMap['cac']) => $arrayAggregates, |
152 | 152 | ]; |
153 | - $arrayDocument['Lines'] = $this->getDocumentLines($objFile, $arrayDocument['DocumentTagName']); |
|
153 | + $arrayDocument['Lines'] = $this->getDocumentLines($objFile, $arrayDocument['DocumentTagName']); |
|
154 | 154 | return $arrayDocument; |
155 | 155 | } |
156 | 156 |