From 539eadc450c2eb6d901aa470fcbdf59e0b923fec Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sat, 28 Jun 2014 13:56:40 +0200 Subject: [ticket/12782] Add doc block PHPBB3-12782 --- phpBB/phpbb/event/dispatcher.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/phpbb/event/dispatcher.php') diff --git a/phpBB/phpbb/event/dispatcher.php b/phpBB/phpbb/event/dispatcher.php index 20fb32da11..9a786022c2 100644 --- a/phpBB/phpbb/event/dispatcher.php +++ b/phpBB/phpbb/event/dispatcher.php @@ -31,6 +31,9 @@ use Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher; */ class dispatcher extends ContainerAwareEventDispatcher implements dispatcher_interface { + /** + * {@inheritdoc} + */ public function trigger_event($eventName, $data = array()) { $event = new \phpbb\event\data($data); -- cgit v1.2.1