8000 add @Event annotation for AuthenticationEvents · symfony/symfony@af4ca4f · GitHub
[go: up one dir, main page]

Skip to content

Commit af4ca4f

Browse files
Haehnchenfabpot
authored andcommitted
add @event annotation for AuthenticationEvents
1 parent ca80946 commit af4ca4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Security/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)
0