mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/12715] Cleanup comments in \phpbb\passwords\*
PHPBB3-12715
This commit is contained in:
@@ -20,7 +20,7 @@ class bcrypt_wcf2 extends base
|
||||
/** @var \phpbb\passwords\driver\bcrypt */
|
||||
protected $bcrypt;
|
||||
|
||||
/** @var phpbb\passwords\driver\helper */
|
||||
/** @var \phpbb\passwords\driver\helper */
|
||||
protected $helper;
|
||||
|
||||
/**
|
||||
@@ -36,7 +36,7 @@ class bcrypt_wcf2 extends base
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function get_prefix()
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class bcrypt_wcf2 extends base
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function is_legacy()
|
||||
{
|
||||
@@ -52,7 +52,7 @@ class bcrypt_wcf2 extends base
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function hash($password, $user_row = '')
|
||||
{
|
||||
@@ -61,7 +61,7 @@ class bcrypt_wcf2 extends base
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function check($password, $hash, $user_row = array())
|
||||
{
|
||||
|
Reference in New Issue
Block a user