Skip to content

Commit 2df7ad4

Browse files
minor #50399 [Security] Add generic to UserProviderInterface (VincentLanglet)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Security] Add generic to UserProviderInterface | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | yes (but phpdoc only) | Deprecations? | no | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Similar to symfony/symfony#48750 `@nicolas`-grekas Commits ------- ba46f32d81 Add generic to UserProviderInterface
2 parents f2ae42b + 4f775df commit 2df7ad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Security/LdapUserProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
* @author Grégoire Pineau <lyrixx@lyrixx.info>
3131
* @author Charles Sarrazin <charles@sarraz.in>
3232
* @author Robin Chalas <robin.chalas@gmail.com>
33+
*
34+
* @template-implements UserProviderInterface<LdapUser>
3335
*/
3436
class LdapUserProvider implements UserProviderInterface, PasswordUpgraderInterface
3537
{

0 commit comments

Comments
 (0)