8000
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.
2 parents 1231de6 + 2951f53 commit e591467Copy full SHA for e591467
src/Symfony/Component/HttpClient/DependencyInjection/HttpClientPass.php
@@ -37,6 +37,7 @@ public function process(ContainerBuilder $container)
37
foreach ($container->findTaggedServiceIds($this->clientTag) as $id => $tags) {
38
$container->register('.debug.'.$id, TraceableHttpClient::class)
39
->setArguments([new Reference('.debug.'.$id.'.inner')])
40
+ ->addTag('kernel.reset', ['method' => 'reset'])
41
->setDecoratedService($id);
42
$container->getDefinition('data_collector.http_client')
43
->addMethodCall('registerClient', [$id, new Reference('.debug.'.$id)]);
0 commit comments