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 c1b68ac commit dabdac7Copy full SHA for dabdac7
Resources/config/http_client.xml
@@ -26,8 +26,8 @@
26
27
<service id="Http\Client\HttpClient" class="Symfony\Component\HttpClient\HttplugClient">
28
<argument type="service" id="http_client" />
29
- <argument type="service" id="Http\Message\ResponseFactory" on-invalid="ignore" />
30
- <argument type="service" id="Http\Message\StreamFactory" on-invalid="ignore" />
+ <argument type="service" id="Psr\Http\Message\ResponseFactoryInterface" on-invalid="ignore" />
+ <argument type="service" id="Psr\Http\Message\StreamFactoryInterface" on-invalid="ignore" />
31
</service>
32
</services>
33
</container>
0 commit comments