summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2016-11-25 11:02:25 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2016-11-25 11:02:25 +0100
commit901685da5bc137f4a4c37d2c96008d402df481fb (patch)
tree1efa1fab7eb315e1e72b5411b5b5f63c307c668b
parentfe3433685cd9468ecce3a3efb975b08caa6b0907 (diff)
parentf918d1ca9d21c52fcc308c99b4a0cbdbb1bed4cb (diff)
downloadsymfony-security-901685da5bc137f4a4c37d2c96008d402df481fb.zip
symfony-security-901685da5bc137f4a4c37d2c96008d402df481fb.tar.gz
symfony-security-901685da5bc137f4a4c37d2c96008d402df481fb.tar.bz2
minor #20626 Tag missing internals (ogizanagi)
This PR was merged into the 2.7 branch. Discussion ---------- Tag missing internals | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Commits ------- 97e94b4 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
{