Skip to content

Commit ede11c1

Browse files
Merge branch '2.7' into 2.8
* 2.7: [Intl] Make intl-data tests pass and save language aliases again Remove useless docblocks
2 parents 50a75f9 + 6a8dea7 commit ede11c1

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
@@ -24,8 +24,6 @@ final class SecurityEvents
2424
* Symfony\Component\Security\Http\Event\InteractiveLoginEvent instance.
2525
*
2626
* @Event
27-
*
28-
* @var string
2927
*/
3028
const INTERACTIVE_LOGIN = 'security.interactive_login';
3129

@@ -37,8 +35,6 @@ final class SecurityEvents
3735
* Symfony\Component\Security\Http\Event\SwitchUserEvent instance.
3836
*
3937
* @Event
40-
*
41-
* @var string
4238
*/
4339
const SWITCH_USER = 'security.switch_user';
4440
}

0 commit comments

Comments
 (0)