mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12715] Cleanup comments in \phpbb\passwords\*
PHPBB3-12715
This commit is contained in:
@@ -18,7 +18,7 @@ class md5_mybb extends base
|
||||
const PREFIX = '$md5_mybb$';
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function get_prefix()
|
||||
{
|
||||
@@ -26,7 +26,7 @@ class md5_mybb extends base
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function is_legacy()
|
||||
{
|
||||
@@ -34,7 +34,7 @@ class md5_mybb extends base
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function hash($password, $user_row = '')
|
||||
{
|
||||
@@ -43,7 +43,7 @@ class md5_mybb extends base
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function check($password, $hash, $user_row = array())
|
||||
{
|
||||
|
Reference in New Issue
Block a user