mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/16955] Fix another batch of docblocks
PHPBB3-16955
This commit is contained in:
@@ -99,6 +99,6 @@ abstract class report_handler implements report_handler_interface
|
||||
$sql = 'INSERT INTO ' . REPORTS_TABLE . ' ' . $this->db->sql_build_array('INSERT', $sql_ary);
|
||||
$this->db->sql_query($sql);
|
||||
|
||||
return $this->db->sql_nextid();
|
||||
return (int) $this->db->sql_nextid();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user