Skip to content

Commit

Permalink
Updated code documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Jul 15, 2017
1 parent 9e4d333 commit 4e2113a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Api/HttpApi.php
Expand Up @@ -86,9 +86,9 @@ protected function httpPost(string $path, array $params = [], array $pathParams
/**
* Send a POST request with raw data.
*
* @param string $path Request path
* @param array|string $body Request body
* @param array $requestHeaders Request headers
* @param string $path Request path
* @param resource|string|null $body Request body
* @param array $requestHeaders Request headers
*
* @return ResponseInterface
*/
Expand Down Expand Up @@ -120,6 +120,7 @@ protected function httpPut(string $path, array $params = [], array $requestHeade
*
* @param string $path Request path
* @param array $params POST parameters to be JSON encoded
* @param array $pathParams URL parameters, used as query string
* @param array $requestHeaders Request headers
*
* @return ResponseInterface
Expand Down

0 comments on commit 4e2113a

Please sign in to comment.