aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event/dispatcher.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-28 13:56:40 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-28 14:35:40 +0200
commit539eadc450c2eb6d901aa470fcbdf59e0b923fec (patch)
tree6d817f3c3c6373ac9217cf1f1e2acb6b7442c0e9 /phpBB/phpbb/event/dispatcher.php
parenteb13b4ae28223700034ae7482ab27a6d2cdbccd1 (diff)
downloadforums-539eadc450c2eb6d901aa470fcbdf59e0b923fec.tar
forums-539eadc450c2eb6d901aa470fcbdf59e0b923fec.tar.gz
forums-539eadc450c2eb6d901aa470fcbdf59e0b923fec.tar.bz2
forums-539eadc450c2eb6d901aa470fcbdf59e0b923fec.tar.xz
forums-539eadc450c2eb6d901aa470fcbdf59e0b923fec.zip
[ticket/12782] Add doc block
PHPBB3-12782
Diffstat (limited to 'phpBB/phpbb/event/dispatcher.php')
-rw-r--r--phpBB/phpbb/event/dispatcher.php3
1 files changed, 3 insertions, 0 deletions
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);