Skip to content

Commit

Permalink
remove docblock about multiple requests handling
Browse files Browse the repository at this point in the history
With php-http#75 being merged the `HttpClient` interface no longer supports
sending multiple requests at once.
  • Loading branch information
xabbuh committed Oct 27, 2015
1 parent cddba6f commit b71d8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Psr\Http\Message\ResponseInterface;

/**
* Sends one or more PSR-7 Request and returns PSR-7 responses.
* Sends a PSR-7 Request and returns a PSR-7 response.
*
* @author GeLo <[email protected]>
* @author Márk Sági-Kazár <[email protected]>
Expand Down

0 comments on commit b71d8b2

Please sign in to comment.