Skip to content

Commit 9b3b4eb

Browse files
Merge branch '2.8' into 3.3
* 2.8: [Intl] Make intl-data tests pass and save language aliases again Remove useless docblocks [PropertyInfo] Remove useless docblocks
2 parents 7b97c63 + ede11c1 commit 9b3b4eb

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

RememberMe/RememberMeServicesInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ interface RememberMeServicesInterface
3030
/**
3131
* This attribute name can be used by the implementation if it needs to set
3232
* a cookie on the Request when there is no actual Response, yet.
33-
*
34-
* @var string
3533
*/
3634
const COOKIE_ATTR_NAME = '_security_remember_me_cookie';
3735

SecurityEvents.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ final class SecurityEvents
2121
* - authentication using a HTTP basic or HTTP digest header.
2222
*
2323
* @Event("Symfony\Component\Security\Http\Event\InteractiveLoginEvent")
24-
*
25-
* @var string
2624
*/
2725
const INTERACTIVE_LOGIN = 'security.interactive_login';
2826

@@ -31,8 +29,6 @@ final class SecurityEvents
3129
* before exit from an already switched user.
3230
*
3331
* @Event("Symfony\Component\Security\Http\Event\SwitchUserEvent")
34-
*
35-
* @var string
3632
*/
3733
const SWITCH_USER = 'security.switch_user';
3834
}

0 commit comments

Comments
 (0)