diff options
author | Christian Flothmann <christian.flothmann@xabbuh.de> | 2014-07-26 14:09:47 +0200 |
---|---|---|
committer | Christian Flothmann <christian.flothmann@xabbuh.de> | 2014-08-02 08:27:27 +0200 |
commit | 4bfc7e3e37c3d57591f439057c4f3e94e99c0c7c (patch) | |
tree | 04912a2771b147d6c2c18948bce6d4c672f642ad /Core/Encoder/BCryptPasswordEncoder.php | |
parent | 40b6edad8ed1fdfa3cca03f695187335406cde2d (diff) | |
download | symfony-security-4bfc7e3e37c3d57591f439057c4f3e94e99c0c7c.zip symfony-security-4bfc7e3e37c3d57591f439057c4f3e94e99c0c7c.tar.gz symfony-security-4bfc7e3e37c3d57591f439057c4f3e94e99c0c7c.tar.bz2 |
fix some docblocks
Diffstat (limited to 'Core/Encoder/BCryptPasswordEncoder.php')
-rw-r--r-- | Core/Encoder/BCryptPasswordEncoder.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/Encoder/BCryptPasswordEncoder.php b/Core/Encoder/BCryptPasswordEncoder.php index 1dcf3a6..27a7334 100644 --- a/Core/Encoder/BCryptPasswordEncoder.php +++ b/Core/Encoder/BCryptPasswordEncoder.php @@ -61,6 +61,8 @@ class BCryptPasswordEncoder extends BasePasswordEncoder * * @return string The encoded password * + * @throws BadCredentialsException when the given password is too long + * * @link http://lxr.php.net/xref/PHP_5_5/ext/standard/password.c#111 */ public function encodePassword($raw, $salt) |