From 9615eede9187c69b00a2b76807a2aa196b29bdd4 Mon Sep 17 00:00:00 2001 From: Kedar Khaire Date: Tue, 22 Aug 2023 21:44:34 +0530 Subject: [PATCH] Added missing slash --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 12a49a79..10f66f90 100644 --- a/src/Client.php +++ b/src/Client.php @@ -122,7 +122,7 @@ class Client implements ClientInterface * User agent prefix. * - Apigee\Edge\Client::CONFIG_HTTP_CLIENT_BUILDER: \Apigee\Edge\HttpClient\Utility\BuilderInterface|null * Http client builder. - * - Apigee\Edge\Client::CONFIG_URI_FACTORY: Http\Message\UriFactory|null + * - Apigee\Edge\Client::CONFIG_URI_FACTORY: \Http\Message\UriFactory|null * Factory for PSR-7 URIs. * - Apigee\Edge\Client::CONFIG_REQUEST_FACTORY: \Http\Message\RequestFactory|null * Factory for PSR-7 Requests.