File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ interface RememberMeServicesInterface
30
30
/**
31
31
* This attribute name can be used by the implementation if it needs to set
32
32
* a cookie on the Request when there is no actual Response, yet.
33
- *
34
- * @var string
35
33
*/
36
34
const COOKIE_ATTR_NAME = '_security_remember_me_cookie ' ;
37
35
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ final class SecurityEvents
24
24
* Symfony\Component\Security\Http\Event\InteractiveLoginEvent instance.
25
25
*
26
26
* @Event
27
- *
28
- * @var string
29
27
*/
30
28
const INTERACTIVE_LOGIN = 'security.interactive_login ' ;
31
29
@@ -37,8 +35,6 @@ final class SecurityEvents
37
35
* Symfony\Component\Security\Http\Event\SwitchUserEvent instance.
38
36
*
39
37
* @Event
40
- *
41
- * @var string
42
38
*/
43
39
const SWITCH_USER = 'security.switch_user ' ;
44
40
}
You can’t perform that action at this time.
0 commit comments