Closed as not planned
Closed as not planned
Description
Bug Report
Q | A |
---|---|
Version | 3.3.3 |
Summary
Connection::exectureStatement
(https://github.com/doctrine/dbal/blob/3.3.x/src/Connection.php#L1128) declares that it can return int|string
but 2 return statements (https://github.com/doctrine/dbal/blob/3.3.x/src/Connection.php#L1128 and https://github.com/doctrine/dbal/blob/3.3.x/src/Connection.php#L1160) return only int
.
How to reproduce
n/a
Expected behaviour
It should return only int
Activity