Passed
Push — master ( 7ff4f3...8a157a )
by Maxim
07:18 queued 11s
created
src/dto/LoginResponseDto.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
             //  extract the instance portion of the URL.
49 49
             preg_match('/https:\/\/(.*)\.salesforce\.com/', $this->serverUrl, $matches);
50
-            $this->instance  = $matches[1];
50
+            $this->instance = $matches[1];
51 51
         } catch (\Exception $e) {
52 52
             throw new SFClientException('SF Api waiting behavior changed. Parse response error: ' . $e->getMessage());
53 53
         }
Please login to merge, or discard this patch.