Closed swiffer closed 1 year ago
@gildonei done ;)
@lorenzo - can this get merged ?
Is there anything that can be done to get this merged? I have tons of logs with the following message using PHP 8.1:
AuditStash\Event\AuditUpdateEvent implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Goodwill of Lorenzo to do the merge
sorry this took long
@lorenzo thanks merging. As it was Part of master shouldn't this have been tagged as 3.1.0?🤔
@lorenzo Thank you so much!
@swiffer thanks, released now
@swiffer thanks, released now
thanks!
I think that in
SerializableEventTrait.php
inserialize
andunserialize
methods you could call__serialize
and__unserialize
reducing duplicated code