summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2011-10-29 12:03:59 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2011-10-29 12:03:59 +0200
commit66319842eccf3c99b413c50ed0fe3dee7dbfca1e (patch)
treeac09b3e07589a60a19c2d1feb61c9df7c17f6019
parent41942df42a799e3d333bea4f936a8b5a0f89f46f (diff)
downloadsymfony-security-66319842eccf3c99b413c50ed0fe3dee7dbfca1e.zip
symfony-security-66319842eccf3c99b413c50ed0fe3dee7dbfca1e.tar.gz
symfony-security-66319842eccf3c99b413c50ed0fe3dee7dbfca1e.tar.bz2
fixed CS
-rw-r--r--Core/User/ChainUserProvider.php2
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 {