10000 Merge branch '2.8' into 3.1 · symfony/security-core@056e3f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 056e3f3

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: DX: replace @link with @see annotation bumped min version of Twig to 1.28
2 parents 665259f + ce42b23 commit 056e3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Encoder/BCryptPasswordEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct($cost)
6262
*
6363
* @throws BadCredentialsException when the given password is too long
6464
*
65-
* @link http://lxr.php.net/xref/PHP_5_5/ext/standard/password.c#111
65+
* @see http://lxr.php.net/xref/PHP_5_5/ext/standard/password.c#111
6666
*/
6767
public function encodePassword($raw, $salt)
6868
{

0 commit comments

Comments
 (0)
0