1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 07:51:33 +02:00

[ticket/12782] Add doc block

PHPBB3-12782
This commit is contained in:
Tristan Darricau
2014-06-28 13:56:40 +02:00
parent eb13b4ae28
commit 539eadc450
2 changed files with 11 additions and 1 deletions

View File

@@ -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);