MDL-81525 tool_mfa: Coding style fixups

This commit is contained in:
Andrew Nicols 2024-04-14 21:42:49 +08:00
parent 0428b0ed52
commit b8d4d3ff94
No known key found for this signature in database
GPG Key ID: 6D1E3157C8CFBF14

View File

@ -28,6 +28,7 @@ use core\hook\stoppable_trait;
#[\core\attribute\label('Allow plugins to callback as soon possible after user has passed MFA.')]
#[\core\attribute\tags('user', 'login')]
class after_user_passed_mfa implements
\Psr\EventDispatcher\StoppableEventInterface {
\Psr\EventDispatcher\StoppableEventInterface
{
use stoppable_trait;
}