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
@@ -59,12 +58,7 @@ public function validate($password, Constraint $constraint)
59
58
$provider = $this->defaultProvider;
60
59
} else {
61
60
if (null === $this->providersLoader || !$this->providersLoader->has($constraint->provider)) {
62
-
thrownewRuntimeException(
63
-
sprintf(
64
-
'Unable to use blacklist provider "%s", eg. no blacklists were configured or this provider is not supported.',
65
-
$constraint->provider
66
-
)
67
-
);
61
+
thrownewRuntimeException(sprintf('Unable to use blacklist provider "%s", eg. no blacklists were configured or this provider is not supported.', $constraint->provider));
0 commit comments