mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 07:06:45 +02:00
Doc-comments: Remove redundant info
This commit is contained in:
@@ -10,7 +10,7 @@ class AdminerLoginPasswordLess {
|
||||
protected $password_hash;
|
||||
|
||||
/** Set allowed password
|
||||
* @param string $password_hash result of password_hash
|
||||
* @param string $password_hash result of password_hash()
|
||||
*/
|
||||
function __construct(string $password_hash) {
|
||||
$this->password_hash = $password_hash;
|
||||
|
Reference in New Issue
Block a user