Simon Podlipsky
                                            Simon Podlipsky
                                        
                                    Tests were the worst. CI is green, WDYT?
I'm not as a contributor in release notes at dbal 4 support 🤔 🙃 ðŸ«
Release notes
@marnusw please reopen #260
> I think that creates a dependency on DNS and does not track well changes to it (or would create the assumption you just need to update the SRV for...
I'd like something like that actually, kinda dislike formatting the later manually which I always do.
This should also handle the case when 1) I serialize object with uninitialized nullable property 2) Deserialize 3) The property is uninitialized Personally, I'd somehow get rid of `$context->setSerializeNull(true);` setting...
I thought that for easier maintenance it would be best to comply with Doctrine standard. That said removing all custom settings, exclusions etc. Eg. this sniff saves a lot of...
You're right, it was `array` before so it's BC
Not sure if it's BC break. array is covariant to iterable.