serializer
serializer copied to clipboard
Argument 1 must be an instance of LibXMLError
https://github.com/schmittjoh/serializer/blob/4c1e4296734385af7718ca71ec0febb4815b4a87/src/XmlDeserializationVisitor.php#L98
libxml_get_last_error() can return FALSE too ....
Do you have a case when that happens?
Just try to deserialize NULL
Is that even possible since the deserialization data must be a string?https://github.com/schmittjoh/serializer/blob/4c1e4296734385af7718ca71ec0febb4815b4a87/src/SerializerInterface.php#L30