Skip to content

Commit

Permalink
added params comments for httpPost for 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
waadmawlood committed Nov 23, 2023
1 parent 979b942 commit 7b27e91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Services/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class HttpClient
* @param string $url
* @param array $data
* @param array $headers
* @param int $timeout
* @param bool $verify
* @return \Psr\Http\Message\ResponseInterface|\Illuminate\Http\Client\Response|array
*/
public function httpPost(string $url, array $data = [], array $headers = [], int $timeout = 10, bool $verify = false)
Expand Down

0 comments on commit 7b27e91

Please sign in to comment.