Email Type class returns correct "false" instead of "bool"

This commit is contained in:
Clemens Schwaighofer
2023-08-02 16:07:53 +09:00
parent 1fc144e178
commit 7243f69826
2 changed files with 5 additions and 5 deletions

View File

@@ -3736,7 +3736,7 @@ class IO
* Either a single element for a single insert or an array
* if multiple insert values where used.
*
* @return array<mixed>|string|int|null Current insert query primary key
* @return array<mixed>|string|int|null Current insert query primary key, null on not set
*/
public function dbGetInsertPK(): array|string|int|null
{