summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2016-11-25 13:27:14 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2016-11-25 13:27:14 +0100
commit7b23d09f4e4dd37ae3bf8877413a081fc83e0793 (patch)
tree221b557bc16f01a63cb351fb538bbb273cd2e24a
parent7d56da2b5b09a909d1e38a7f19d2fb3f73945b42 (diff)
parent2dceb75f4a65a1626345c76800bf5f1345fd3c83 (diff)
downloadsymfony-security-7b23d09f4e4dd37ae3bf8877413a081fc83e0793.zip
symfony-security-7b23d09f4e4dd37ae3bf8877413a081fc83e0793.tar.gz
symfony-security-7b23d09f4e4dd37ae3bf8877413a081fc83e0793.tar.bz2
Merge branch '2.8' into 3.1
* 2.8: [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.php4
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
{