We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f16da commit 2f91fe2Copy full SHA for 2f91fe2
reference/configuration/framework.rst
@@ -720,8 +720,8 @@ Options defined for scoped clients apply only to URLs that match either their
720
`base_uri`_ or the `scope`_ option when it is defined. Non-matching URLs always
721
use default options.
722
723
-Each scoped client also define a corresponding named autowiring alias.
724
-E.g. if you use
+Each scoped client also defines a corresponding named autowiring alias.
+If you use for example
725
``Symfony\Constracts\HttpClient\HttpClientInterface $myApiClient``
726
as the type and name of an argument, autowiring will inject the ``my_api.client``
727
service into your autowired classes.
0 commit comments