summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Steinhausser <maxime.steinhausser@gmail.com>2016-11-24 22:33:31 +0100
committerMaxime Steinhausser <maxime.steinhausser@gmail.com>2016-11-25 08:43:06 +0100
commitf918d1ca9d21c52fcc308c99b4a0cbdbb1bed4cb (patch)
tree76f16e1f50777adeabf59da83ca633d3a3c1b252
parent5540e02397e2ba5b792b4b0308b473c53a9d5574 (diff)
downloadsymfony-security-f918d1ca9d21c52fcc308c99b4a0cbdbb1bed4cb.zip
symfony-security-f918d1ca9d21c52fcc308c99b4a0cbdbb1bed4cb.tar.gz
symfony-security-f918d1ca9d21c52fcc308c99b4a0cbdbb1bed4cb.tar.bz2
Tag missing internals
-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
{