File tree 1 file changed +3
-3
lines changed
src/Symfony/Component/Security/Core 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,21 +27,21 @@ class Security implements AuthorizationCheckerInterface
27
27
/**
28
28
* @deprecated since Symfony 6.2, use \Symfony\Bundle\SecurityBundle\Security::ACCESS_DENIED_ERROR instead
29
29
*
30
- * In 7.0, move this constant to the NewSecurityHelper class and make it reference SecurityRequestAttributes:ACCESS_DENIED_ERROR.
30
+ * In 7.0, move this constant to the NewSecurityHelper class and make it reference SecurityRequestAttributes:: ACCESS_DENIED_ERROR.
31
31
*/
32
32
public const ACCESS_DENIED_ERROR = '_security.403_error ' ;
33
33
34
34
/**
35
35
* @deprecated since Symfony 6.2, use \Symfony\Bundle\SecurityBundle\Security::AUTHENTICATION_ERROR instead
36
36
*
37
- * In 7.0, move this constant to the NewSecurityHelper class and make it reference SecurityRequestAttributes:AUTHENTICATION_ERROR.
37
+ * In 7.0, move this constant to the NewSecurityHelper class and make it reference SecurityRequestAttributes:: AUTHENTICATION_ERROR.
38
38
*/
39
39
public const AUTHENTICATION_ERROR = '_security.last_error ' ;
40
40
41
41
/**
42
42
* @deprecated since Symfony 6.2, use \Symfony\Bundle\SecurityBundle\Security::LAST_USERNAME instead
43
43
*
44
- * In 7.0, move this constant to the NewSecurityHelper class and make it reference SecurityRequestAttributes:LAST_USERNAME.
44
+ * In 7.0, move this constant to the NewSecurityHelper class and make it reference SecurityRequestAttributes:: LAST_USERNAME.
45
45
*/
46
46
public const LAST_USERNAME = '_security.last_username ' ;
47
47
You can’t perform that action at this time.
0 commit comments