From 6adc8ba95dc0625245e2fceef6b4da7a5f893eb8 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Tue, 3 Nov 2015 11:10:01 +0000 Subject: [PATCH] Issue #2602872 by rakesh.gectcr: Wrong @param doc for construct function in class ContainerAwareEventDispatcher --- .../Component/EventDispatcher/ContainerAwareEventDispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.