X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FComponent%2FEventDispatcher%2FContainerAwareEventDispatcher.php;h=2e790eea0417e35045526f91028ca82869c230e7;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=1fd808c17f7bd1ceae968a33b0d8836e8e51b4c7;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php b/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php index 1fd808c17..2e790eea0 100644 --- a/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php +++ b/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php @@ -36,7 +36,7 @@ class ContainerAwareEventDispatcher implements EventDispatcherInterface { /** * The service container. * - * @var \Symfony\Component\DependencyInjection\ContainerInterface; + * @var \Symfony\Component\DependencyInjection\ContainerInterface */ protected $container;