Passed
Push — bugfix/cc-32047-fix-guzzle-lib... ( be9c73...01a54c )
by Anton
04:21
created
Service/AkeneoPim/Dependencies/External/Api/Adapter/HttpClient/Promise.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,9 +58,9 @@
 block discarded – undo
58 58
     {
59 59
         $this->request = $request;
60 60
         $this->state = static::PENDING;
61
-        $this->promise = $promise->then(function ($response) {
61
+        $this->promise = $promise->then(function($response) {
62 62
             return $this->handleResponse($response);
63
-        }, function ($reason) use ($request) {
63
+        }, function($reason) use ($request) {
64 64
             $this->exception = $this->handleRejectCallback($reason, $request);
65 65
 
66 66
             throw $this->exception;
Please login to merge, or discard this patch.