@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | return $arrayOutput; |
| 112 | 112 | } |
| 113 | 113 | |
| 114 | - private function getMultipleElements(array|\SimpleXMLElement $arrayIn): array |
|
| 114 | + private function getMultipleElements(array | \SimpleXMLElement $arrayIn): array |
|
| 115 | 115 | { |
| 116 | 116 | $arrayToReturn = []; |
| 117 | 117 | $intLineNo = 0; |
@@ -137,7 +137,7 @@ discard block |
||
| 137 | 137 | 'DocumentNameSpaces' => $arrayDocument['DocumentNameSpaces'], |
| 138 | 138 | 'DocumentTagName' => $arrayDocument['DocumentTagName'], |
| 139 | 139 | ]); |
| 140 | - $arrayDocument['Lines'] = $this->getDocumentLines($objFile, $arrayDocument['DocumentTagName']); |
|
| 140 | + $arrayDocument['Lines'] = $this->getDocumentLines($objFile, $arrayDocument['DocumentTagName']); |
|
| 141 | 141 | return $arrayDocument; |
| 142 | 142 | } |
| 143 | 143 | } |
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | $this->arraySettings['CustomOrder'] = $this->getJsonFromFile('json/ElectronicInvoiceHierarchyTagOrder.json'); |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | - private function getMultipleElementsStandard(array|\SimpleXMLElement $arrayIn): array |
|
| 83 | + private function getMultipleElementsStandard(array | \SimpleXMLElement $arrayIn): array |
|
| 84 | 84 | { |
| 85 | 85 | $arrayToReturn = []; |
| 86 | 86 | $intLineNo = 0; |