10000 bug #34390 [FrameworkBundle] fix wiring of httplug client (nicolas-gr… · symfony/symfony@6fd1077 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fd1077

Browse files
bug #34390 [FrameworkBundle] fix wiring of httplug client (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [FrameworkBundle] fix wiring of httplug client | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Closes symfony/recipes#676 | License | MIT | Doc PR | - Commits ------- d969d49 [FrameworkBundle] fix wiring of httplug client
2 parents 81588eb + d969d49 commit 6fd1077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/http_client.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
<service id="Http\Client\HttpClient" class="Symfony\Component\HttpClient\HttplugClient">
2828
<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" />
29+
<argument type="service" id="Psr\Http\Message\ResponseFactoryInterface" on-invalid="ignore" />
30+
<argument type="service" id="Psr\Http\Message\StreamFactoryInterface" on-invalid="ignore" />
3131
</service>
3232
</services>
3333
</container>

0 commit comments

Comments
 (0)
0