Skip to content

Commit

Permalink
[PHPStan] Added missing extends annotation to APIUserProviderInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Oct 31, 2024
1 parent 55043b4 commit 2aef5b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

/**
* Interface adding Ibexa API specific methods to Symfony UserProviderInterface.
*
* @extends \Symfony\Component\Security\Core\User\UserProviderInterface<\Ibexa\Core\MVC\Symfony\Security\UserInterface>
*/
interface APIUserProviderInterface extends UserProviderInterface
{
Expand Down

0 comments on commit 2aef5b2

Please sign in to comment.