[TOOLS] Continue raising PHPStan level to 6

This commit is contained in:
2022-10-19 22:39:17 +01:00
parent c31f3d4997
commit 2fd46ca886
89 changed files with 646 additions and 278 deletions

View File

@@ -45,11 +45,17 @@ class RefreshToken implements RefreshTokenRepositoryInterface
DB::persist($refreshTokenEntity);
}
/**
* @param string $tokenId
*/
public function revokeRefreshToken($tokenId)
{
// Some logic to revoke the auth token in a database
}
/**
* @param string $tokenId
*/
public function isRefreshtokenRevoked($tokenId): bool
{
return false; // The auth token has not been revoked