Skip to content

Commit a9c2dab

Browse files
committed
Add missing trailing dot
1 parent 48a3d39 commit a9c2dab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/HttpAsyncClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface HttpAsyncClient
1919
*
2020
* @return Promise
2121
*
22-
* @throws \Exception If processing the request is impossible (eg. bad configuration)
22+
* @throws \Exception If processing the request is impossible (eg. bad configuration).
2323
*/
2424
public function sendAsyncRequest(RequestInterface $request);
2525
}

src/HttpClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface HttpClient
2222
* @return ResponseInterface
2323
*
2424
* @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).
2626
*/
2727
public function sendRequest(RequestInterface $request);
2828
}

0 commit comments

Comments
 (0)