You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User::getTotpAuthenticationConfiguration() returns null|TotpConfigurationInterface. To prevent \RuntimeExceptions and comply w/ the interface method signature, we should be doing:
Possible null argument in
App\Entity\User::getTotpAuthenticationConfiguration()
method.User::totpSecret
is nullable:User::getTotpAuthenticationConfiguration()
returnsnull|TotpConfigurationInterface
. To prevent \RuntimeExceptions and comply w/ the interface method signature, we should be doing:The text was updated successfully, but these errors were encountered: