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
PHP 8.1 introduces the following deprecation warning:
PHP Deprecated: Opis\Closure\SerializableClosure implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in vendor/opis/closure/src/SerializableClosure.php on line 18
We should aim to resolve this deprecation.
The text was updated successfully, but these errors were encountered:
PHP 8.1 deprecation: Serializable interface
PHP 8.1 introduces the following deprecation warning:
We should aim to resolve this deprecation.
The text was updated successfully, but these errors were encountered: