X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fcore.api.php;fp=web%2Fcore%2Fcore.api.php;h=161ddb9146cf71fab28619561742a1fb094fd1f5;hp=7c4ebf40b11162d1513be64d7763ccfb974fc248;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a diff --git a/web/core/core.api.php b/web/core/core.api.php index 7c4ebf40b..161ddb914 100644 --- a/web/core/core.api.php +++ b/web/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