Mark multi-factor methods as final
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 19 Jan 2021 13:25:22 +0000 (14:25 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 19 Jan 2021 13:25:22 +0000 (14:25 +0100)
commit16d507ef55e07f3ad2f87030ce2162dce32797d3
tree2d0b98c0d4c8d884298ddd101d7553247731f2e5
parent73eb671e977af7dd359dafc99b76ed28ee693df5
Mark multi-factor methods as final

There is no good reason why anyone should be allowed to inherit from these
classes, especially since all the methods are either public or private (and not
protected).
wcfsetup/install/files/lib/system/user/multifactor/BackupMultifactorMethod.class.php
wcfsetup/install/files/lib/system/user/multifactor/EmailMultifactorMethod.class.php
wcfsetup/install/files/lib/system/user/multifactor/TotpMultifactorMethod.class.php