@@ -116,7 +116,7 @@ discard block |
||
116 | 116 | ]) |
117 | 117 | ]; |
118 | 118 | } else { |
119 | - $arrayMapping = [ |
|
119 | + $arrayMapping = [ |
|
120 | 120 | 'Multiple' => [ |
121 | 121 | 'getMultipleElementsByKey' |
122 | 122 | , $arrayParams['data']->children('cac', true)->$key |
@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | 'data' => $objFile->children('cbc', true), |
147 | 147 | 'namespace_cbc' => $arrayDocument['DocumentNameSpaces']['cbc'], |
148 | 148 | ]); |
149 | - $arrayAggregates = $this->getHeader([ |
|
149 | + $arrayAggregates = $this->getHeader([ |
|
150 | 150 | 'CAC' => $objFile->children('cac', true), |
151 | 151 | 'data' => $objFile, |
152 | 152 | ]); |
@@ -154,7 +154,7 @@ discard block |
||
154 | 154 | $this->getBasicOrAggregateKey($arrayDocument['DocumentNameSpaces'], 'cbc') => $arrayBasics, |
155 | 155 | $this->getBasicOrAggregateKey($arrayDocument['DocumentNameSpaces'], 'cac') => $arrayAggregates, |
156 | 156 | ]; |
157 | - $arrayDocument['Lines'] = $this->getDocumentLines($objFile, $arrayDocument['DocumentTagName']); |
|
157 | + $arrayDocument['Lines'] = $this->getDocumentLines($objFile, $arrayDocument['DocumentTagName']); |
|
158 | 158 | return $arrayDocument; |
159 | 159 | } |
160 | 160 | } |