summaryrefslogtreecommitdiffstats
path: root/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Core')
-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
{