Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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