[feature/event-dispatcher] Fix event class name in dispatcher interface

PHPBB3-9550
This commit is contained in:
Igor Wiedler 2012-01-08 00:48:21 +01:00
parent 80f6f2b96f
commit 8242296879

View file

@ -35,7 +35,7 @@ interface phpbb_event_dispatcher_interface
*
* @api
*/
function dispatch($event_name, Event $event = null);
function dispatch($event_name, phpbb_event $event = null);
/**
* Adds an event listener that listens on the specified events.