diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2016-11-15 18:02:12 -0500 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2016-11-15 18:02:12 -0500 |
commit | c5811a853e7d71055320c9d10e40c49a824f0f54 (patch) | |
tree | 9bb5c4dea0e2d53118d55fbd1e62d3fa757c222d | |
parent | a33483179bb240fd3e207eb518964c7e1c08e906 (diff) | |
parent | 5540e02397e2ba5b792b4b0308b473c53a9d5574 (diff) | |
download | symfony-security-2.8.14.zip symfony-security-2.8.14.tar.gz symfony-security-2.8.14.tar.bz2 |
Merge branch '2.7' into 2.8v2.8.14
* 2.7:
DX: replace @link with @see annotation
-rw-r--r-- | Core/Encoder/BCryptPasswordEncoder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Encoder/BCryptPasswordEncoder.php b/Core/Encoder/BCryptPasswordEncoder.php index b992765..e10941f 100644 --- a/Core/Encoder/BCryptPasswordEncoder.php +++ b/Core/Encoder/BCryptPasswordEncoder.php @@ -62,7 +62,7 @@ class BCryptPasswordEncoder extends BasePasswordEncoder * * @throws BadCredentialsException when the given password is too long * - * @link http://lxr.php.net/xref/PHP_5_5/ext/standard/password.c#111 + * @see http://lxr.php.net/xref/PHP_5_5/ext/standard/password.c#111 */ public function encodePassword($raw, $salt) { |