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
At the moment, the Claim Checker Manager returns all claims after checking (see ClaimCheckerManager.php#L82)
The problem is that is is not possible to know what claims have been checked or not and it becomes difficult to ignore the ones that have not been checked.
This method should only return the claims that have been checked.