#458 - fix on variables not initialized
This commit is contained in:
committed by
Lorenzo Milesi
parent
bf918b107e
commit
7fb900dfe1
@ -32,7 +32,7 @@ class TwoFactorEmailValidator extends TwoFactorCodeValidator
|
||||
* TwoFactorCodeValidator constructor.
|
||||
*
|
||||
* @param User $user
|
||||
* @param $code
|
||||
* @param string $code
|
||||
* @param int $cycles
|
||||
*/
|
||||
public function __construct(User $user, $code, $cycles = 0)
|
||||
|
||||
Reference in New Issue
Block a user