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
Some methods are missing the return types, so we're getting the following errors:
In VirtualSessionStorage.php line 54:
Compile Error: Declaration of Ratchet\Session\Storage\VirtualSessionStorage::regenerate($destroy = false, $lifetime = null) must be compatible with Symfony\Component\HttpFoundation\Session\Storage\NativeSe
ssionStorage::regenerate(bool $destroy = false, ?int $lifetime = null): bool
In VirtualProxy.php line 29:
Compile Error: Declaration of Ratchet\Session\Storage\Proxy\VirtualProxy::getId() must be compatible with Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy::getId(): string
We're currently using symfony/http-foundation v6.1.1.
The fixes are straightforward, and I will submit a PR shortly.
Some methods are missing the return types, so we're getting the following errors:
We're currently using
symfony/http-foundation
v6.1.1.The fixes are straightforward, and I will submit a PR shortly.
Related to #963.
The text was updated successfully, but these errors were encountered: