mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16955] Improve minor docblock quirks
PHPBB3-16955
This commit is contained in:
@@ -291,7 +291,7 @@ interface driver_interface
|
||||
/**
|
||||
* Get last inserted id after insert statement
|
||||
*
|
||||
* @return string Autoincrement value of the last inserted row
|
||||
* @return int|false Autoincrement value of the last inserted row
|
||||
*/
|
||||
public function sql_nextid();
|
||||
|
||||
|
Reference in New Issue
Block a user