diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-11-25 13:26:42 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-11-25 13:26:42 +0100 |
commit | 2dceb75f4a65a1626345c76800bf5f1345fd3c83 (patch) | |
tree | e8ea794c1c70389debe7d5ebb95ad451f75054d6 /Core/Authentication | |
parent | adafaa848451fc0a4522bd7ea476ecf7e9f81bc1 (diff) | |
parent | 901685da5bc137f4a4c37d2c96008d402df481fb (diff) | |
download | symfony-security-2dceb75f4a65a1626345c76800bf5f1345fd3c83.zip symfony-security-2dceb75f4a65a1626345c76800bf5f1345fd3c83.tar.gz symfony-security-2dceb75f4a65a1626345c76800bf5f1345fd3c83.tar.bz2 |
Merge branch '2.7' into 2.8
* 2.7:
[Routing] Fail properly when a route parameter name cannot be used as a PCRE subpattern name
[FrameworkBundle] Improve performance of ControllerNameParser
Update documentation link to the component
[HttpFoundation] Add links to RFC-7231
[DI] Initialize properties before method calls
Tag missing internals
[WebProfilerBundle] Dont use request attributes in RouterController
Fix complete config tests
Diffstat (limited to 'Core/Authentication')
-rw-r--r-- | Core/Authentication/RememberMe/PersistentToken.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Core/Authentication/RememberMe/PersistentToken.php b/Core/Authentication/RememberMe/PersistentToken.php index d85572d..76873fc 100644 --- a/Core/Authentication/RememberMe/PersistentToken.php +++ b/Core/Authentication/RememberMe/PersistentToken.php @@ -12,9 +12,9 @@ namespace Symfony\Component\Security\Core\Authentication\RememberMe; /** - * This class is only used by PersistentTokenRememberMeServices internally. - * * @author Johannes M. Schmitt <schmittjoh@gmail.com> + * + * @internal */ final class PersistentToken implements PersistentTokenInterface { |