#458 - fix on variables not initialized

This commit is contained in:
Antonio Cordeddu
2022-08-12 16:30:06 +02:00
committed by Lorenzo Milesi
parent bf918b107e
commit 7fb900dfe1
4 changed files with 4 additions and 2 deletions

View File

@ -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)