activate bleeding edge phpstan rules (#2898)
This commit is contained in:
@@ -64,6 +64,7 @@ class LdapAuthenticationProvider extends UserAuthenticationProvider
|
||||
// do not update the user here from LDAP, as we don't know if the user can be authenticated
|
||||
} catch (UsernameNotFoundException $notFound) {
|
||||
throw $notFound;
|
||||
/* @phpstan-ignore-next-line */
|
||||
} catch (\Exception $repositoryProblem) {
|
||||
$e = new AuthenticationServiceException($repositoryProblem->getMessage(), (int) $repositoryProblem->getCode(), $repositoryProblem);
|
||||
$e->setToken($token);
|
||||
|
||||
Reference in New Issue
Block a user