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
When executing ->Session->Destroy($id); I get a depreciation warning for the return type. This should be easily fixed with #[\ReturnTypeWillChange] similar to what was done to the AbstractValuedResponse type.
Full warning:
Deprecated: Return type of DCarbone\PHPConsulAPI\WriteResponse::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor/dcarbone/php-consul-api/src/WriteResponse.php on line 42