mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/12273] Fix return description
PHPBB3-12273
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user