doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.86k stars 2.5k forks source link

Fix return type of `Query::getLockMode()` for DBAL 4 #11462

Closed derrabus closed 1 month ago

derrabus commented 1 month ago

Calling Query::getLockMode() with DBAL 4 installed is currently rewarded with a TypeError. Let's fix that.