Passed
Push — master ( b68d5d...4c5c58 )
by
unknown
02:25 queued 13s
created
src/DeepL.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
         $response = curl_exec($this->curl);
250 250
 
251 251
         if (curl_errno($this->curl)) {
252
-            throw new DeepLException('There was a cURL Request Error : ' . curl_error($this->curl));
252
+            throw new DeepLException('There was a cURL Request Error : '.curl_error($this->curl));
253 253
         }
254 254
         $httpCode      = curl_getinfo($this->curl, CURLINFO_HTTP_CODE);
255 255
         $responseArray = json_decode($response, true);
Please login to merge, or discard this patch.