File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ interface HttpAsyncClient
19
19
*
20
20
* @return Promise
21
21
*
22
- * @throws \Exception If processing the request is impossible (eg. bad configuration)
22
+ * @throws \Exception If processing the request is impossible (eg. bad configuration).
23
23
*/
24
24
public function sendAsyncRequest (RequestInterface $ request );
25
25
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ interface HttpClient
22
22
* @return ResponseInterface
23
23
*
24
24
* @throws Exception If an error happens during processing the request.
25
- * @throws \Exception If processing the request is impossible (eg. bad configuration)
25
+ * @throws \Exception If processing the request is impossible (eg. bad configuration).
26
26
*/
27
27
public function sendRequest (RequestInterface $ request );
28
28
}
You can’t perform that action at this time.
0 commit comments