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

Commit 7b23d09

Browse files
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
2 parents 7d56da2 + 2dceb75 commit 7b23d09

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)