[ticket/12273] Fix return description

PHPBB3-12273
This commit is contained in:
Joas Schilling 2014-04-28 21:08:48 +02:00
parent 2928effb3c
commit da6eb0282d

View file

@ -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)