@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | { |
39 | 39 | $headers = [ |
40 | 40 | 'Content-Type: text/plain', |
41 | - 'Authorization: Bearer ' . $token |
|
41 | + 'Authorization: Bearer '.$token |
|
42 | 42 | ]; |
43 | 43 | |
44 | 44 | $curl = curl_init(); |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | if ($response === false) { |
62 | 62 | $error = curl_error($curl); |
63 | 63 | curl_close($curl); |
64 | - throw new ItauException('CURL Error: ' . $error, 100); |
|
64 | + throw new ItauException('CURL Error: '.$error, 100); |
|
65 | 65 | } |
66 | 66 | |
67 | 67 | $statusCode = (int) curl_getinfo($curl, CURLINFO_HTTP_CODE); |