Doctrine DBAL 4 compatibility #47962
Labels
DoctrineBridge
Help wanted
Issues and PRs which are looking for volunteers to complete them.
Keep open
Status: Reviewed
Description
Since the first BETA for DBAL 4 was just released I'm looking into making https://github.com/dmaicher/doctrine-test-bundle compatible with it.
On Symfony's side I noticed this error:
The return type was changed to
: void
on DBAL 4. This also affectsrollback()
andcommit()
.I guess for now this is not high priority as the public API might still change for DBAL 4. But I just wanted to register this issue already for awareness.
The text was updated successfully, but these errors were encountered: