From 7391fbccf517ac35d39269db39bd3cf91703317e Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy <gabor@hojtsy.hu> Date: Tue, 11 Jul 2017 16:53:49 +0200 Subject: [PATCH] Issue #2891784 by FeyP: Use correct class name for EventDispatcherInterface in Events API documentation --- core/core.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.api.php b/core/core.api.php index 7c4ebf40b111..161ddb9146cf 100644 --- a/core/core.api.php +++ b/core/core.api.php @@ -2530,8 +2530,8 @@ function hook_validation_constraint_alter(array &$definitions) { * * @section sec_dispatch Dispatching events * To dispatch an event, call the - * \Symfony\Component\EventDispatcher\EventDispatchInterface::dispatch() method - * on the 'event_dispatcher' service (see the + * \Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch() + * method on the 'event_dispatcher' service (see the * @link container Services topic @endlink for more information about how to * interact with services). The first argument is the unique event name, which * you should normally define as a constant in a separate static class (see -- GitLab