Skip to content

Commit 7b27e91

Browse files
committed
added params comments for httpPost for 7.x
1 parent 979b942 commit 7b27e91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Services/HttpClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ class HttpClient
1111
* @param string $url
1212
* @param array $data
1313
* @param array $headers
14+
* @param int $timeout
15+
* @param bool $verify
1416
* @return \Psr\Http\Message\ResponseInterface|\Illuminate\Http\Client\Response|array
1517
*/
1618
public function httpPost(string $url, array $data = [], array $headers = [], int $timeout = 10, bool $verify = false)

0 commit comments

Comments
 (0)