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
The implementation of the NormalizerInterface in the Serializer class uses a different name for the first argument ($data) compared to the interface ($object), causing an error when attempting to invoke the normalize method with named arguments.
How to reproduce
Simply make a call to normalize by passing named arguments.