Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 5f0f6f3

Browse files
Haehnchenfabpot
authored andcommitted
add @event annotation for AuthenticationEvents
1 parent 28ff48d commit 5f0f6f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Core/AuthenticationEvents.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ final class AuthenticationEvents
2020
* The event listener method receives a
2121
* Symfony\Component\Security\Core\Event\AuthenticationEvent instance.
2222
*
23+
* @Event
24+
*
2325
* @var string
2426
*/
2527
const AUTHENTICATION_SUCCESS = 'security.authentication.success';
@@ -32,6 +34,8 @@ final class AuthenticationEvents
3234
* Symfony\Component\Security\Core\Event\AuthenticationFailureEvent
3335
* instance.
3436
*
37+
* @Event
38+
*
3539
* @var string
3640
*/
3741
const AUTHENTICATION_FAILURE = 'security.authentication.failure';

0 commit comments

Comments
 (0)