mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-28 02:57:17 +00:00
0096cce02d
By forcing $this->issuer to be string, even if null is set, it prevents throwing errors in PHP 8.1 is `rawurlencode` is not allowed to have null as parameter. It would be better to force string to be already in `__construct`, but this may create a breaking change for existing users.