diff --git a/src/HttpRequestCurl.php b/src/HttpRequestCurl.php index 93673fc9..933233cb 100644 --- a/src/HttpRequestCurl.php +++ b/src/HttpRequestCurl.php @@ -30,7 +30,6 @@ use const CURLOPT_RETURNTRANSFER; use const CURLOPT_URL; -// ... Other code is omitted for brevity /** * Sends a HTTP request using cURL