Completed
Push — master ( 0d5352...04e76e )
by Cesar
16s queued 13s
created
src/Service/Braintree/ForwardApiService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
             $statusCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
87 87
             curl_close($ch);
88 88
         } catch (Exception $e) {
89
-            $this->logger->error('Error on ForwardAPI::'.$this->ENDPOINT.' = ' . $e->getMessage());
89
+            $this->logger->error('Error on ForwardAPI::' . $this->ENDPOINT . ' = ' . $e->getMessage());
90 90
             return null;
91 91
         }
92 92
         return ([
Please login to merge, or discard this patch.