testing-framework icon indicating copy to clipboard operation
testing-framework copied to clipboard

[BUGFIX] Fix return type of `lastInsertId()`

Open oliverklee opened this issue 2 years ago • 0 comments

This method promises to return an int, but returned a string instead, and hence needed a typecast.

oliverklee avatar Jun 25 '22 21:06 oliverklee