Completed
Push — master ( 60c7ac...899775 )
by Kunal
11s
created
src/Dropbox/Http/Clients/DropboxGuzzleHttpClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         } catch (RequestException $e) {
61 61
             $rawResponse = $e->getResponse();
62 62
 
63
-            if (! $rawResponse instanceof ResponseInterface) {
63
+            if (!$rawResponse instanceof ResponseInterface) {
64 64
                 throw new DropboxClientException($e->getMessage(), $e->getCode());
65 65
             }
66 66
         }
Please login to merge, or discard this patch.