@@ -70,7 +70,7 @@ |
||
| 70 | 70 | return $arrayStandardized; |
| 71 | 71 | } |
| 72 | 72 | |
| 73 | - private function handleResponseFile(\SplFileInfo|string $strFile): array |
|
| 73 | + private function handleResponseFile(\SplFileInfo | string $strFile): array |
|
| 74 | 74 | { |
| 75 | 75 | $arrayToReturn = []; |
| 76 | 76 | $strFileMime = mime_content_type($strFile->getRealPath()); |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | |
| 31 | 31 | private function getButtonForLocalisation(string $strLanguageCountry): string |
| 32 | 32 | { |
| 33 | - $arrayMapFlags = [ |
|
| 33 | + $arrayMapFlags = [ |
|
| 34 | 34 | 'ro_RO' => 'ro', |
| 35 | 35 | 'it_IT' => 'it', |
| 36 | 36 | 'en_US' => 'us', |
@@ -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 | } |