Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 901685d

Browse files
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
2 parents fe34336 + f918d1c commit 901685d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Core/Authentication/RememberMe/PersistentToken.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
namespace Symfony\Component\Security\Core\Authentication\RememberMe;
1313

1414
/**
15-
* This class is only used by PersistentTokenRememberMeServices internally.
16-
*
1715
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
16+
*
17+
* @internal
1818
*/
1919
final class PersistentToken implements PersistentTokenInterface
2020
{

0 commit comments

Comments
 (0)