Skip to content

Commit feeaa06

Browse files
committed
change CompositePasswordUserInterface to remove UserInterface
1 parent 68b8de0 commit feeaa06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/CompositePassword/CompositePasswordUserInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
namespace PHPMentors\CompositePasswordAuthenticationBundle\CompositePassword;
1414

15-
use Symfony\Component\Security\Core\User\UserInterface;
16-
17-
interface CompositePasswordUserInterface extends UserInterface
15+
interface CompositePasswordUserInterface
1816
{
1917
/**
2018
* @param array $compositePassword

0 commit comments

Comments
 (0)