8000 bug #11630 [HttpClient] Fixed some wrong class FQCN (javiereguiluz) · symfony/symfony-docs@bf8d909 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf8d909

Browse files
committed
bug #11630 [HttpClient] Fixed some wrong class FQCN (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- [HttpClient] Fixed some wrong class FQCN Commits ------- bda585e [HttpClient] Fixed some wrong class FQCN
2 parents 7d48c4d + bda585e commit bf8d909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ http_client
685685

686686
When the HttpClient component is installed, an HTTP client is available
687687
as a service named ``http_client`` or using the autowiring alias
688-
:class:`Symfony\\Constracts\\HttpClient\\HttpClientInterface`.
688+
:class:`Symfony\\Contracts\\HttpClient\\HttpClientInterface`.
689689

690690
This service can be configured using ``framework.http_client.default_options``:
691691

@@ -722,7 +722,7 @@ use default options.
722722

723723
Each scoped client also defines a corresponding named autowiring alias.
724724
If you use for example
725-
``Symfony\Constracts\HttpClient\HttpClientInterface $myApiClient``
725+
``Symfony\Contracts\HttpClient\HttpClientInterface $myApiClient``
726726
as the type and name of an argument, autowiring will inject the ``my_api.client``
727727
service into your autowired classes.
728728

0 commit comments

Comments
 (0)
0