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

Commit c5811a8

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: DX: replace @link with @see annotation
2 parents a334831 + 5540e02 commit c5811a8

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)