Skip to content

Fixed type in service name #193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integrations/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ also disable the profiling by configuration.
You can configure the bundle to show debug information for clients found with
discovery. You may also force a specific client to be found when a third party
library is using discovery. The configuration below makes sure the client with
service id ``httplug.clients.my_guzzle5`` is returned when calling
service id ``httplug.client.my_guzzle5`` is returned when calling
``HttpClientDiscovery::find()`` . It does also make sure to show debug info for
asynchronous clients.

Expand All @@ -116,7 +116,7 @@ asynchronous clients.
my_guzzle5:
factory: 'httplug.factory.guzzle5'
discovery:
client: 'httplug.clients.my_guzzle5'
client: 'httplug.client.my_guzzle5'
async_client: 'auto'

For normal clients, the auto discovery debug info is enabled by default. For
Expand Down