Skip to content

Commit 8fabaad

Browse files
authored
Deprecate DoctrineCredentialSourceRepository in Symfony. (#702)
Marked DoctrineCredentialSourceRepository as deprecated in preparation for removal in version 6.0.0. Developers are advised to create their own doctrine-based repository implementations.
1 parent 768cf5e commit 8fabaad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/symfony/src/Repository/DoctrineCredentialSourceRepository.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
/**
1515
* @template T of PublicKeyCredentialSource
1616
* @template-extends ServiceEntityRepository<T>
17+
*
18+
* @deprecated since 5.2.0, to be removed in 6.0.0. Please create your own doctrine-based repository.
1719
*/
1820
class DoctrineCredentialSourceRepository extends ServiceEntityRepository implements PublicKeyCredentialSourceRepositoryInterface, CanSaveCredentialSource
1921
{

0 commit comments

Comments
 (0)