-
Deprecated
GoogleAuthenticator::getUrl()in favor ofGoogleQrUrl::generate().$authenticator->getUrl('username', 'foobar.org', '3DHTQX4GCRKHGS55CJ', 'FooBar'); // would be replaced by GoogleQrUrl::generate('[email protected]', '3DHTQX4GCRKHGS55CJ', 'FooBar');
-
The second argument of
getCodeallowed multiple types and had to be divided by 30 in order to work. This behavior is now deprecated and aDateTimeInterfaceimplementation should be passed instead.