mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[feature/event-dispatcher] Fix event class name in dispatcher interface
PHPBB3-9550
This commit is contained in:
parent
80f6f2b96f
commit
8242296879
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue