Skip to content

Commit

Permalink
Merge pull request #107 from php-http/promise_result
Browse files Browse the repository at this point in the history
Add Promise return type doc in Async client
  • Loading branch information
joelwurtz committed Jan 25, 2016
2 parents 08d2315 + 7b0896a commit 6608e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpAsyncClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface HttpAsyncClient
*
* @param RequestInterface $request
*
* @return Promise
* @return Promise Resolves a PSR-7 Response or fails with an Http\Client\Exception.
*
* @throws \Exception If processing the request is impossible (eg. bad configuration).
*/
Expand Down

0 comments on commit 6608e8c

Please sign in to comment.