8000 minor #40693 [Security] Mark ExpiredLoginLinkStorage as experimental … · symfony/symfony@09866a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09866a3

Browse files
committed
minor #40693 [Security] Mark ExpiredLoginLinkStorage as experimental (Nyholm)
This PR was merged into the 5.2 branch. Discussion ---------- [Security] Mark ExpiredLoginLinkStorage as experimental | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | We missed marking this as experimental together with the other "LoginLink" features. This PR follows the discussion in https://github.com/symfony/symfony/pull/40145/files#r589072524 Commits ------- 76a88f2 [Security] Mark ExpiredLoginLinkStorage as experimental
2 parents fa03838 + 76a88f2 commit 09866a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Security/Http/LoginLink/ExpiredLoginLinkStorage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
use Psr\Cache\CacheItemPoolInterface;
1515

1616
/**
17+
* @experimental in 5.2
18+
*
1719
* @final
1820
*/
1921
class ExpiredLoginLinkStorage

0 commit comments

Comments
 (0)
0