Issue with PHP 8.4.1:
PHP Deprecated: Vectorface\GoogleAuthenticator::getCode(): Implicitly marking parameter $timeSlice as nullable is deprecated, the explicit nullable type must be used instead in /vectorface/googleauthenticator/src/GoogleAuthenticator.php on line 61
Needs to be:
?int $timeSlice = null
Issue with PHP 8.4.1:
PHP Deprecated: Vectorface\GoogleAuthenticator::getCode(): Implicitly marking parameter $timeSlice as nullable is deprecated, the explicit nullable type must be used instead in /vectorface/googleauthenticator/src/GoogleAuthenticator.php on line 61
Needs to be:
?int $timeSlice = null