mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[feature/event-dispatcher] Fix event class name in dispatcher interface
PHPBB3-9550
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user