Skip to content

Commit b3bd0c6

Browse files
committed
[FrameworkBundle] Fix comment
1 parent 2aacb6c commit b3bd0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ public function load(array $configs, ContainerBuilder $container): void
550550
if ($this->readConfigEnabled('webhook', $container, $config['webhook'])) {
551551
$this->registerWebhookConfiguration($config['webhook'], $container, $loader, $this->readConfigEnabled('serializer', $container, $config['serializer']));
552552

553-
// If Webhook is installed but the HttpClient or Serializer components are not available, we should throw an error
553+
// If Webhook is installed but the HttpClient component is not available, we should throw an error
554554
if (!$this->readConfigEnabled('http_client', $container, $config['http_client'])) {
555555
$container->getDefinition('webhook.transport')
556556
->setArguments([])

0 commit comments

Comments
 (0)