Skip to content

Commit

Permalink
Deprecate DoctrineCredentialSourceRepository in Symfony. (#702)
Browse files Browse the repository at this point in the history
Marked DoctrineCredentialSourceRepository as deprecated in preparation for removal in version 6.0.0. Developers are advised to create their own doctrine-based repository implementations.
  • Loading branch information
Spomky authored Mar 8, 2025
1 parent 768cf5e commit 8fabaad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
/**
* @template T of PublicKeyCredentialSource
* @template-extends ServiceEntityRepository<T>
*
* @deprecated since 5.2.0, to be removed in 6.0.0. Please create your own doctrine-based repository.
*/
class DoctrineCredentialSourceRepository extends ServiceEntityRepository implements PublicKeyCredentialSourceRepositoryInterface, CanSaveCredentialSource
{
Expand Down

0 comments on commit 8fabaad

Please sign in to comment.