Skip to content

Commit 5bb6918

Browse files
committed
minor #58026 [FrameworkBundle][Webhook] Fix comment (OskarStark)
This PR was merged into the 7.2 branch. Discussion ---------- [FrameworkBundle][Webhook] Fix comment | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #57881 (comment) | License | MIT Follows * #57881 Commits ------- b3bd0c6 [FrameworkBundle] Fix comment
2 parents 2aacb6c + b3bd0c6 commit 5bb6918

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)