@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | ]) |
| 123 | 123 | ]; |
| 124 | 124 | } else { |
| 125 | - $arrayMapping = [ |
|
| 125 | + $arrayMapping = [ |
|
| 126 | 126 | 'Multiple' => [ |
| 127 | 127 | 'getMultipleElementsByKey' |
| 128 | 128 | , $arrayParams['data']->children('cac', true)->$key |
@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | 'data' => $objFile->children($strMap['cbc'], true), |
| 156 | 156 | 'namespace_cbc' => $arrayDocument['DocumentNameSpaces'][$strMap['cbc']], |
| 157 | 157 | ]); |
| 158 | - $arrayAggregates = $this->getHeader([ |
|
| 158 | + $arrayAggregates = $this->getHeader([ |
|
| 159 | 159 | 'CAC' => $objFile->children($strMap['cac'], true), |
| 160 | 160 | 'data' => $objFile, |
| 161 | 161 | ]); |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | $this->getBasicOrAggregateKey($arrayDocument['DocumentNameSpaces'], $strMap['cbc']) => $arrayBasics, |
| 164 | 164 | $this->getBasicOrAggregateKey($arrayDocument['DocumentNameSpaces'], $strMap['cac']) => $arrayAggregates, |
| 165 | 165 | ]; |
| 166 | - $arrayDocument['Lines'] = $this->getDocumentLines($objFile, $arrayDocument['DocumentTagName']); |
|
| 166 | + $arrayDocument['Lines'] = $this->getDocumentLines($objFile, $arrayDocument['DocumentTagName']); |
|
| 167 | 167 | return $arrayDocument; |
| 168 | 168 | } |
| 169 | 169 | } |