1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 02:22:57 +01:00

Fixing typo

This commit is contained in:
Michael Dowling 2014-02-09 10:19:07 -08:00
parent 180afc16cf
commit 5978d6d48b

View File

@ -123,7 +123,7 @@ interface ClientInterface extends HasEmitterInterface
* @param array $options Associative array of options
* - parallel: (int) Max number of requests to send in parallel
* - before: (callable) Receives a RequestBeforeSendEvent
* - error: (callable) Receives a RequestAfterSendEvent
* - after: (callable) Receives a RequestAfterSendEvent
* - error: (callable) Receives a RequestErrorEvent
*/
public function sendAll($requests, array $options = []);