Passed
Push — master ( 270226...e22eb7 )
by James
06:04 queued 11s
created
app/Services/Import/Routine/APISubmitter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.