dmaicher / doctrine-test-bundle

Symfony bundle to isolate your app's doctrine database tests and improve the test performance
MIT License
1.08k stars 60 forks source link

fix StaticDriver::getDatabase return type hint #115

Closed dmaicher closed 4 years ago

dmaicher commented 4 years ago

Fixes https://github.com/dmaicher/doctrine-test-bundle/issues/114

Although the interface states that it returns string it seems not all doctrine implementations adhere to that :confused: