diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-10-29 12:03:59 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-10-29 12:03:59 +0200 |
commit | 66319842eccf3c99b413c50ed0fe3dee7dbfca1e (patch) | |
tree | ac09b3e07589a60a19c2d1feb61c9df7c17f6019 | |
parent | 41942df42a799e3d333bea4f936a8b5a0f89f46f (diff) | |
download | symfony-security-66319842eccf3c99b413c50ed0fe3dee7dbfca1e.zip symfony-security-66319842eccf3c99b413c50ed0fe3dee7dbfca1e.tar.gz symfony-security-66319842eccf3c99b413c50ed0fe3dee7dbfca1e.tar.bz2 |
fixed CS
-rw-r--r-- | Core/User/ChainUserProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/User/ChainUserProvider.php b/Core/User/ChainUserProvider.php index b0556f7..14a0dec 100644 --- a/Core/User/ChainUserProvider.php +++ b/Core/User/ChainUserProvider.php @@ -64,7 +64,7 @@ class ChainUserProvider implements UserProviderInterface // try next one } } - + if ($supportedUserFound) { throw new UsernameNotFoundException(sprintf('There is no user with name "%s".', $user->getUsername())); } else { |