Skip to content

Commit 2e2d79b

Browse files
committed
Remove remaining experimental classes
1 parent 15e5564 commit 2e2d79b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

User/AttributesBasedUserProviderInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Overrides UserProviderInterface to add an "attributes" argument on loadUserByIdentifier.
1818
* This is particularly useful with self-contained access tokens.
1919
*
20-
* @experimental
21-
*
2220
* @template-covariant TUser of UserInterface
2321
*
2422
* @template-extends UserProviderInterface<TUser>

User/OidcUser.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* UserInterface implementation used by the access-token security workflow with an OIDC server.
16-
*
17-
* @experimental
1816
*/
1917
class OidcUser implements UserInterface
2018
{

0 commit comments

Comments
 (0)