Skip to content
This repository was archived by the owner on Jan 16, 2018. It is now read-only.

Commit 3c8cb1b

Browse files
committed
Merge pull request #9 from php-http/dbu-patch-1
cleanup batchrequest trait
2 parents 337b3ea + 15839c6 commit 3c8cb1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/BatchRequest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
use Psr\Http\Message\RequestInterface;
88

99
/**
10-
* Implements sending multiple request for client not supporting parallels requests
10+
* Implements sending multiple request for client not supporting parallel requests.
1111
*
12-
* Internally, use the sendRequest method
12+
* This implementation simply loops over the requests and uses sendRequest to send each of them.
1313
*
14-
* Should be used with Http\Client\HttpPsrClient
14+
* Use when implementing Http\Client\HttpClient.
1515
*
1616
* @author Joel Wurtz <[email protected]>
1717
*/

0 commit comments

Comments
 (0)