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

Commit 5540e02

Browse files
committed
DX: replace @link with @see annotation
1 parent d0d852a commit 5540e02

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
@@ -66,7 +66,7 @@ public function __construct($cost)
6666
*
6767
* @throws BadCredentialsException when the given password is too long
6868
*
69-
* @link http://lxr.php.net/xref/PHP_5_5/ext/standard/password.c#111
69+
* @see http://lxr.php.net/xref/PHP_5_5/ext/standard/password.c#111
7070
*/
7171
public function encodePassword($raw, $salt)
7272
{

0 commit comments

Comments
 (0)