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

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e2c1270

Browse files
committed
add @event annotation for AuthenticationEvents
1 parent 78649a8 commit e2c1270

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