mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12273] Fix return description
PHPBB3-12273
This commit is contained in:
parent
2928effb3c
commit
da6eb0282d
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class php_exporter
|
||||||
*
|
*
|
||||||
* @param int $event_line
|
* @param int $event_line
|
||||||
* @param bool $is_dispatch Do we look for dispatch() or trigger_event() ?
|
* @param bool $is_dispatch Do we look for dispatch() or trigger_event() ?
|
||||||
* @return int Absolute line number
|
* @return string Name of the event
|
||||||
* @throws \LogicException
|
* @throws \LogicException
|
||||||
*/
|
*/
|
||||||
public function get_event_name($event_line, $is_dispatch)
|
public function get_event_name($event_line, $is_dispatch)
|
||||||
|
|
Loading…
Add table
Reference in a new issue