From 3f23bfadf23ae84d552d02d30656c9ec5cb0559d Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Thu, 12 Mar 2026 09:00:24 +0100 Subject: [PATCH] Fix #50 --- src/Token/KeycloakResourceOwner.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Token/KeycloakResourceOwner.php b/src/Token/KeycloakResourceOwner.php index d142323..a783b4a 100644 --- a/src/Token/KeycloakResourceOwner.php +++ b/src/Token/KeycloakResourceOwner.php @@ -159,6 +159,7 @@ public function toArray(): array return $this->response; } + #[\Deprecated] public function eraseCredentials(): void { }