File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Bridge/Doctrine/Security/User
Component/Security/Core/User Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 30
30
* @author Fabien Potencier <fabien@symfony.com>
31
31
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
32
32
*
33
- * @template-implements UserProviderInterface<UserInterface>
34
- * @template-implements PasswordUpgraderInterface<PasswordAuthenticatedUserInterface>
33
+ * @template T of UserInterface&PasswordAuthenticatedUserInterface
34
+ *
35
+ * @template-implements UserProviderInterface<T>
36
+ * @template-implements PasswordUpgraderInterface<T>
35
37
*/
36
38
class EntityUserProvider implements UserProviderInterface, PasswordUpgraderInterface
37
39
{
Original file line number Diff line number Diff line change 19
19
*
20
20
* @internal
21
21
*
22
- * @template-implements UserProviderInterface<UserInterface >
22
+ * @template-implements UserProviderInterface<never >
23
23
*/
24
24
class MissingUserProvider implements UserProviderInterface
25
25
{
You can’t perform that action at this time.
0 commit comments