We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1919006 commit d8e0e6cCopy full SHA for d8e0e6c
Security/User/EntityUserProvider.php
@@ -29,6 +29,10 @@
29
*
30
* @author Fabien Potencier <fabien@symfony.com>
31
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
32
+ *
33
+ * @template TUser of UserInterface
34
35
+ * @template-implements UserProviderInterface<TUser>
36
*/
37
class EntityUserProvider implements UserProviderInterface, PasswordUpgraderInterface
38
{
0 commit comments