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 @@ -21,8 +21,6 @@ final class SecurityEvents
21
21
* - authentication using a HTTP basic or HTTP digest header.
22
22
*
23
23
* @Event("Symfony\Component\Security\Http\Event\InteractiveLoginEvent")
24
- *
25
- * @var string
26
24
*/
27
25
const INTERACTIVE_LOGIN = 'security.interactive_login ' ;
28
26
@@ -31,8 +29,6 @@ final class SecurityEvents
31
29
* before exit from an already switched user.
32
30
*
33
31
* @Event("Symfony\Component\Security\Http\Event\SwitchUserEvent")
34
- *
35
- * @var string
36
32
*/
37
33
const SWITCH_USER = 'security.switch_user ' ;
38
34
}
You can’t perform that action at this time.
0 commit comments