Skip to content

Commit 3629157

Browse files
Merge branch '4.4'
* 4.4: (23 commits) [HttpFoundation] fix docblock [HttpKernel] Flatten "exception" controller argument if not typed Fix MySQL column type definition. Link the right file depending on the new version [Cache] Redis Tag Aware warn on wrong eviction policy [HttpClient] fix HttpClientDataCollector [HttpKernel] collect bundle classes, not paths [Config] fix id-generation for GlobResource [HttpKernel] dont check cache freshness more than once per process [Finder] Allow ssh2 stream wrapper for sftp [FrameworkBundle] fix wiring of httplug client add FrameworkBundle requirement [SecurityBundle] add tests with empty authenticator [Security] always check the token on non-lazy firewalls [DI] Use reproducible entropy to generate env placeholders [WebProfilerBundle] Require symfony/twig-bundle [Mailer] Add UPGRADE entry about the null transport DSN bumped Symfony version to 4.3.9 updated VERSION for 4.3.8 updated CHANGELOG for 4.3.8 ...
2 parents af01a4a + dabdac7 commit 3629157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)