Skip to content

Commit

Permalink
add @event annotation for AuthenticationEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen authored and fabpot committed May 3, 2016
1 parent ca80946 commit af4ca4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Symfony/Component/Security/Core/AuthenticationEvents.php
Expand Up @@ -20,6 +20,8 @@ final class AuthenticationEvents
* The event listener method receives a
* Symfony\Component\Security\Core\Event\AuthenticationEvent instance.
*
* @Event
*
* @var string
*/
const AUTHENTICATION_SUCCESS = 'security.authentication.success';
Expand All @@ -32,6 +34,8 @@ final class AuthenticationEvents
* Symfony\Component\Security\Core\Event\AuthenticationFailureEvent
* instance.
*
* @Event
*
* @var string
*/
const AUTHENTICATION_FAILURE = 'security.authentication.failure';
Expand Down

0 comments on commit af4ca4f

Please sign in to comment.