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
Just comment out or delete the __destruct() function problem solved.
The destructor is being called when an object is being deleted (destroyed) the unset is a method deleting (destroying) an object - thus calling a possible destructor.
PHP Fatal error: Cannot unset $this in /rcastera/session/src/rcastera/Browser/Session/Session.php on line 40
looks like it's a 7.1 compatability issue
The text was updated successfully, but these errors were encountered: