Passed
Pull Request — master (#31)
by
unknown
03:02
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -453,7 +453,7 @@
 block discarded – undo
453 453
         $response = curl_exec($this->curl);
454 454
 
455 455
         if (curl_errno($this->curl)) {
456
-            throw new DeepLException('There was a cURL Request Error : ' . curl_error($this->curl));
456
+            throw new DeepLException('There was a cURL Request Error : '.curl_error($this->curl));
457 457
         }
458 458
         $httpCode = curl_getinfo($this->curl, CURLINFO_HTTP_CODE);
459 459
 
Please login to merge, or discard this patch.