From bfd7e1fa5d0df717d7e715a99cd741d76229f7d4 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Sat, 6 Jul 2013 18:00:00 +0200 Subject: fixed several doc blocks --- core/EventDispatcher.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/EventDispatcher.php') diff --git a/core/EventDispatcher.php b/core/EventDispatcher.php index f39148c7a4..b1bc3daa1c 100644 --- a/core/EventDispatcher.php +++ b/core/EventDispatcher.php @@ -184,9 +184,11 @@ class Piwik_EventDispatcher /** * Post an event to the dispatcher which will notice the observers. - * + * * @param string $eventName The event name. * @param array $params The parameter array to forward to observer callbacks. + * @param bool $pending + * @param null $plugins * @return void */ function Piwik_PostEvent($eventName, $params = array(), $pending = false, $plugins = null) -- cgit v1.2.3