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
Hi! When trying to sending async email with symfony/mailer serialized serialized with jms/serializer I recieve this this exception using jms/serializer 3.2.0
In DefaultAccessorStrategy.php line 86:
[ErrorException]
Notice: Accessing static property Egulias\EmailValidator\EmailLexer::$nullToken as non static
Exception trace:
at /XXX/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php:86
Egulias\EmailValidator\EmailLexer::JMS\Serializer\Accessor\{closure}() at /XXX/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php:91
Steps required to reproduce the problem
Hi! When trying to sending async email with symfony/mailer serialized serialized with jms/serializer I recieve this this exception using jms/serializer 3.2.0
It seems it's to be related to: #960
The text was updated successfully, but these errors were encountered: