dmitriy

Results 1 issues of dmitriy

Hi! I have some problems with unserialise of dto objects. It throw 'UnexpectedValueException with message 'Error at offset 0 of XX bytes'' Sample: ```php $ser = serialize(new Dto\Dto); $obj =...