Passed
Push — master ( 66ab3b...f2d26b )
by Cesar
12:58
created
src/Service/Braintree/ForwardApiService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
             ], true));
84 84
 
85 85
             curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
86
-            curl_setopt($ch, CURLOPT_HEADERFUNCTION, function ($curl, $header) use (&$headers) {
86
+            curl_setopt($ch, CURLOPT_HEADERFUNCTION, function($curl, $header) use (&$headers) {
87 87
                 $len = strlen($header);
88 88
                 $header = explode(':', $header, 2);
89 89
                 if (count($header) < 2) {
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
 
98 98
             curl_close($ch);
99 99
         } catch (Exception $e) {
100
-            $this->logger->error('Error on ForwardAPI::'.$this->ENDPOINT.' = ' . $e->getMessage());
100
+            $this->logger->error('Error on ForwardAPI::' . $this->ENDPOINT . ' = ' . $e->getMessage());
101 101
             return null;
102 102
         }
103 103
         return ([
Please login to merge, or discard this patch.