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