diff options
| author | Mark Newnham <mark@newnhams.com> | 2021-05-02 19:20:02 -0600 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2021-08-22 11:17:48 +0200 |
| commit | 4b0e68bd42ccbebcbb33d22c22e91f28b0cb8665 (patch) | |
| tree | 125ddde88ecb5c3f5132e379c887141a8a1feb52 | |
| parent | 59994352b05efe475b6b72f20db97effa4befa26 (diff) | |
| download | adodb-4b0e68bd42ccbebcbb33d22c22e91f28b0cb8665.tar.gz adodb-4b0e68bd42ccbebcbb33d22c22e91f28b0cb8665.tar.bz2 adodb-4b0e68bd42ccbebcbb33d22c22e91f28b0cb8665.zip | |
Method only returns an integer
| -rw-r--r-- | drivers/adodb-firebird.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/adodb-firebird.inc.php b/drivers/adodb-firebird.inc.php index c837f3e9..8d03a94d 100644 --- a/drivers/adodb-firebird.inc.php +++ b/drivers/adodb-firebird.inc.php @@ -409,7 +409,7 @@ class ADODB_firebird extends ADOConnection { * @param string $seqname (Optional) The name of the sequence to use. * @param int $startID (Optional) The point to start at in the sequence. * - * @return bool|int|string + * @return int */ public function genID($seqname='adodbseq',$startID=1) { |
