Skip to content

Commit

Permalink
Added missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Aug 22, 2023
1 parent 5e94f3c commit 9615eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9615eed

Please sign in to comment.