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
unserialize requires a string to be passed but $this->filesystem->read($file) can return FALSE when something goes wrong.
So we need to check the result of the read before sending it to unserialize.
unserialize requires a string to be passed but
$this->filesystem->read($file)can return FALSE when something goes wrong.So we need to check the result of the read before sending it to unserialize.