diff options
author | Florin Patan <florinpatan@gmail.com> | 2012-12-16 14:02:54 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-12-19 08:09:49 +0100 |
commit | 1849d1e5d8f925c671ba44ce461859c730298edb (patch) | |
tree | a493feeaccda5fc0f8c891b081957676c7a0dbe1 /Core/Authentication/Provider/UserAuthenticationProvider.php | |
parent | 2b733ec2d017d7f02f2c034950337e36015acf99 (diff) | |
download | symfony-security-1849d1e5d8f925c671ba44ce461859c730298edb.zip symfony-security-1849d1e5d8f925c671ba44ce461859c730298edb.tar.gz symfony-security-1849d1e5d8f925c671ba44ce461859c730298edb.tar.bz2 |
Fixed most of the docblocks/unused namespaces
Diffstat (limited to 'Core/Authentication/Provider/UserAuthenticationProvider.php')
-rw-r--r-- | Core/Authentication/Provider/UserAuthenticationProvider.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/Authentication/Provider/UserAuthenticationProvider.php b/Core/Authentication/Provider/UserAuthenticationProvider.php index 32d7971..ed8f499 100644 --- a/Core/Authentication/Provider/UserAuthenticationProvider.php +++ b/Core/Authentication/Provider/UserAuthenticationProvider.php @@ -37,6 +37,8 @@ abstract class UserAuthenticationProvider implements AuthenticationProviderInter * @param UserCheckerInterface $userChecker An UserCheckerInterface interface * @param string $providerKey A provider key * @param Boolean $hideUserNotFoundExceptions Whether to hide user not found exception or not + * + * @throws \InvalidArgumentException */ public function __construct(UserCheckerInterface $userChecker, $providerKey, $hideUserNotFoundExceptions = true) { |