1 Commits
2.0 ... v2.0.1

Author SHA1 Message Date
338850c5ce fix deprecation of eraseCredentials function return type 2026-01-04 21:05:16 +01:00

View File

@@ -258,8 +258,10 @@ class KeycloakBearerUser implements UserInterface
* *
* This is important if, at any given point, sensitive information like * This is important if, at any given point, sensitive information like
* the plain-text password is stored on this object. * the plain-text password is stored on this object.
*
* @return void
*/ */
public function eraseCredentials() public function eraseCredentials(): void
{ {
// TODO: Implement eraseCredentials() method. // TODO: Implement eraseCredentials() method.
} }