We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d2315 commit 7b0896aCopy full SHA for 7b0896a
src/HttpAsyncClient.php
@@ -19,7 +19,7 @@ interface HttpAsyncClient
19
*
20
* @param RequestInterface $request
21
22
- * @return Promise
+ * @return Promise Resolves a PSR-7 Response or fails with an Http\Client\Exception.
23
24
* @throws \Exception If processing the request is impossible (eg. bad configuration).
25
*/
0 commit comments