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
When using Symfony\Component\Messenger\Transport\Serialization\Serializer, serializing and then deserializing some stamps, such as Symfony\Component\Messenger\Stamp\TransportNamesStamp fail due to the name of the getter not matching the name in the constructor.
How to reproduce
Use the serializer Symfony\Component\Messenger\Transport\Serialization\Serializer to serialize and deserialize this Stamp.
Possible Solution
Rename the variable name $transports to $transportNames in the constructor.