Skip to content

Commit 28ec042

Browse files
Add missing use statement for @param
1 parent 56eb9a1 commit 28ec042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

User/InMemoryUserChecker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Symfony\Component\Security\Core\User;
1313

14+
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
1415
use Symfony\Component\Security\Core\Exception\DisabledException;
1516

1617
/**

0 commit comments

Comments
 (0)