mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-25 10:33:18 +01:00
Fixing typo
This commit is contained in:
parent
180afc16cf
commit
5978d6d48b
@ -123,7 +123,7 @@ interface ClientInterface extends HasEmitterInterface
|
|||||||
* @param array $options Associative array of options
|
* @param array $options Associative array of options
|
||||||
* - parallel: (int) Max number of requests to send in parallel
|
* - parallel: (int) Max number of requests to send in parallel
|
||||||
* - before: (callable) Receives a RequestBeforeSendEvent
|
* - before: (callable) Receives a RequestBeforeSendEvent
|
||||||
* - error: (callable) Receives a RequestAfterSendEvent
|
* - after: (callable) Receives a RequestAfterSendEvent
|
||||||
* - error: (callable) Receives a RequestErrorEvent
|
* - error: (callable) Receives a RequestErrorEvent
|
||||||
*/
|
*/
|
||||||
public function sendAll($requests, array $options = []);
|
public function sendAll($requests, array $options = []);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user