Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 authored Dec 19, 2023
1 parent e037450 commit 9d1783b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Security/UserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
use Symfony\Component\Security\Core\User\UserInterface as SecurityUserInterface;
use Symfony\Component\Security\Core\User\UserProviderInterface;

/**
* @phpstan-implements UserProviderInterface<UserInterface>
*/
final class UserProvider implements UserProviderInterface
{
public function __construct(private UserManagerInterface $userManager)
Expand Down

0 comments on commit 9d1783b

Please sign in to comment.