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 38edd48 commit c2731cfCopy full SHA for c2731cf
http_client.rst
@@ -22,13 +22,13 @@ Basic Usage
22
Use the :class:`Symfony\\Component\\HttpClient\\HttpClient` class to make
23
requests. In the Symfony framework, this class is available as the
24
``http_client`` service. This service will be :doc:`autowired </service_container/autowiring>`
25
-automatically when type-hinting for :class:`Symfony\\Component\\HttpClient\\HttpClientInterface`:
+automatically when type-hinting for :class:`Symfony\\Contracts\\HttpClient\\HttpClientInterface`:
26
27
.. configuration-block::
28
29
.. code-block:: php-symfony
30
31
- use Symfony\Component\HttpClient\HttpClientInterface;
+ use Symfony\Contracts\HttpClient\HttpClientInterface;
32
33
class SymfonyDocs
34
{
0 commit comments