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
In Symfony 3.4, when using json deserialization, I have the deprecation warning :
The "jms_serializer.json_deserialization_visitor" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.
In Symfony 3.4, when using json deserialization, I have the deprecation warning :
The "jms_serializer.json_deserialization_visitor" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.
Example :
My phpunit tests return exit code 1 because of the warning.
Is there a way not to have this warning ?
Regards,
The text was updated successfully, but these errors were encountered: