1
0
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:
Marc Alexander
2022-12-26 13:55:36 +01:00
parent ea07e4946f
commit cd026245fe
3 changed files with 4 additions and 4 deletions

View File

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