@@ -142,7 +142,7 @@ |
||
142 | 142 | private function getOriginalValue(string $key, array $transaction): string |
143 | 143 | { |
144 | 144 | $parts = explode('.', $key); |
145 | - if(1 === count($parts)) { |
|
145 | + if (1 === count($parts)) { |
|
146 | 146 | return $transaction[$key] ?? '(not found)'; |
147 | 147 | } |
148 | 148 | if (3 !== count($parts)) { |