You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that Symfony Serializer class wrongly implements Normalizer interface. It uses different name for first argument - should be $object and its called $data. This makes using Serializer with named arguments impossible.