Skip to content

Commit f8c6850

Browse files
committed
Add missing use statements
1 parent 073d631 commit f8c6850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

User/LdapUserProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

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

14-
@trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', LdapUserProvider::class, BaseLdapUserProvider::class), E_USER_DEPRECATED);
15-
1614
use Symfony\Component\Ldap\Entry;
1715
use Symfony\Component\Ldap\Security\LdapUserProvider as BaseLdapUserProvider;
1816
use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
1917

18+
@trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', LdapUserProvider::class, BaseLdapUserProvider::class), E_USER_DEPRECATED);
19+
2020
/**
2121
* LdapUserProvider is a simple user provider on top of ldap.
2222
*

0 commit comments

Comments
 (0)