diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-11-25 13:32:42 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-11-25 13:32:42 +0100 |
commit | 8a8323587c267be866ae968c362818ca1b05d828 (patch) | |
tree | 3a08daf2ba1c678335c8e27922b927d535afdf12 | |
parent | 6db096b9e38e761a5099f17a81c7e027cb40a6d0 (diff) | |
parent | 7b23d09f4e4dd37ae3bf8877413a081fc83e0793 (diff) | |
download | symfony-security-3.2.0-RC2.zip symfony-security-3.2.0-RC2.tar.gz symfony-security-3.2.0-RC2.tar.bz2 |
Merge branch '3.1' into 3.2v3.2.0-RC2v3.2.0
* 3.1:
[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
-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 { |