diff options
author | szymek <Szymciosek@gmail.com> | 2014-02-17 18:17:36 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-02-19 22:27:55 +0100 |
commit | 2a0c07ee32ab4ee7f82834707eaa5dcd662e5705 (patch) | |
tree | 2732c9e4dec9e43b56dff8295e9583d88dbe8748 /Core/Encoder | |
parent | fc8250e983069954aa8b74703664cf5dc988d863 (diff) | |
download | symfony-security-2a0c07ee32ab4ee7f82834707eaa5dcd662e5705.zip symfony-security-2a0c07ee32ab4ee7f82834707eaa5dcd662e5705.tar.gz symfony-security-2a0c07ee32ab4ee7f82834707eaa5dcd662e5705.tar.bz2 |
Update BCryptPasswordEncoder.phpv2.3.11
Diffstat (limited to 'Core/Encoder')
-rw-r--r-- | Core/Encoder/BCryptPasswordEncoder.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Core/Encoder/BCryptPasswordEncoder.php b/Core/Encoder/BCryptPasswordEncoder.php index 9a3ecdb..5a0f122 100644 --- a/Core/Encoder/BCryptPasswordEncoder.php +++ b/Core/Encoder/BCryptPasswordEncoder.php @@ -29,6 +29,7 @@ class BCryptPasswordEncoder extends BasePasswordEncoder * * @param integer $cost The algorithmic cost that should be used * + * @throws \RuntimeException When no BCrypt encoder is available * @throws \InvalidArgumentException if cost is out of range */ public function __construct($cost) |