Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 943147f

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 bf1abf4 + c5811a8 commit 943147f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/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)