Skip to content

Commit 32a02c1

Browse files
committed
Fixes docblock
1 parent ebe95af commit 32a02c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Message/MessageFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function hasBaseUri();
3939
*
4040
* @param null|string|UriInterface $baseUri
4141
*
42-
* @throws HttpAdapterException If the base uri is invalid.
42+
* @throws \InvalidArgumentException If the base uri is invalid.
4343
*/
4444
public function setBaseUri($baseUri);
4545

src/PsrHttpAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function sendRequest(RequestInterface $request);
3737
*
3838
* @return ResponseInterface[]
3939
*
40-
* @throws MultiHttpAdapterException If an error occurred when you don't provide the error callable.
40+
* @throws MultiHttpAdapterException If an error occurred.
4141
*/
4242
public function sendRequests(array $requests);
4343

0 commit comments

Comments
 (0)