Skip to content

Commit

Permalink
Update src/HttpRequestInterface.php
Browse files Browse the repository at this point in the history
Co-authored-by: Naoki Tsuchiya <[email protected]>
  • Loading branch information
koriym and NaokiTsuchiya authored May 23, 2024
1 parent 11808fe commit b918bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpRequestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b918bb4

Please sign in to comment.