diff --git a/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php b/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php index 42c9b5d6750..b68a67b9354 100644 --- a/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php +++ b/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php @@ -71,7 +71,7 @@ class ContainerAwareEventDispatcher implements EventDispatcherInterface { /** * Constructs a container aware event dispatcher. * - * @param \Symfony\Component\EventDispatcher\IntrospectableContainerInterface $container + * @param \Symfony\Component\DependencyInjection\IntrospectableContainerInterface $container * The service container. * @param array $listeners * A nested array of listener definitions keyed by event name and priority.