diff --git a/src/HttpRequestInterface.php b/src/HttpRequestInterface.php index b4cb6504..1acdc237 100644 --- a/src/HttpRequestInterface.php +++ b/src/HttpRequestInterface.php @@ -10,7 +10,7 @@ interface HttpRequestInterface { /** - * Sends a HTTP request using cURL + * Sends a HTTP request * * @param string $method The HTTP method (GET, POST, PUT, DELETE, etc.). * @param string $uri The URL of the request.