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

Commit 069e08a

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: add @event annotation for AuthenticationEvents add @event annotation for KernelEvents bumped Symfony version to 2.7.13 updated VERSION for 2.7.12 update CONTRIBUTORS for 2.7.12 updated CHANGELOG for 2.7.12 bumped Symfony version to 2.3.41 updated VERSION for 2.3.40 update CONTRIBUTORS for 2.3.40 updated CHANGELOG for 2.3.40 Revert "minor #18257 [Routing] Don't needlessly execute strtr's as they are fairly expensive (arjenm)" Revert "fixed CS" [FrameworkBundle] Remove misleading comment bug #17460 [DI] fix ambiguous services schema
2 parents 7f1a471 + 0bcb656 commit 069e08a

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)