From b71d8b2a708ecd78c7097de2b32563713ee9943f Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 27 Oct 2015 14:28:07 +0100 Subject: [PATCH] remove docblock about multiple requests handling With #75 being merged the `HttpClient` interface no longer supports sending multiple requests at once. --- src/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpClient.php b/src/HttpClient.php index 6e2d313..525f9e0 100644 --- a/src/HttpClient.php +++ b/src/HttpClient.php @@ -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 * @author Márk Sági-Kazár