jackalope / jackalope-doctrine-dbal

Doctrine DBAL transport implementation for Jackalope
http://jackalope.github.io
Other
143 stars 60 forks source link

[BUG FIX] Fix wrong return type. #362

Closed liverbool closed 5 years ago

liverbool commented 5 years ago

Force to return array instead of ArrayObject (getNamespaces need to return array by design).

https://github.com/jackalope/jackalope-doctrine-dbal/blob/058cd85e4c571f475250ad2e76d17b97feccdc75/src/Jackalope/Transport/DoctrineDBAL/Client.php#L580-L583

dbu commented 5 years ago

i tagged 1.3.3 with this fix