File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
src/Symfony/Component/Ldap Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ CHANGELOG
2
+ =========
3
+
4
+ 3.1.0
5
+ -----
6
+
7
+ * The ` LdapClient ` class is deprecated. Use the ` Ldap ` class instead.
Original file line number Diff line number Diff line change 18
18
* @author Francis Besset <francis.besset@gmail.com>
19
19
* @author Charles Sarrazin <charles@sarraz.in>
20
20
*
21
- * @deprecated The LdapClient class will be removed in Symfony 4.0. You should use the Ldap class instead.
21
+ * @deprecated since version 3.1, to be removed in 4.0. Use the Ldap class instead.
22
22
*/
23
23
final class LdapClient implements LdapClientInterface
24
24
{
Original file line number Diff line number Diff line change 19
19
* @author Grégoire Pineau <lyrixx@lyrixx.info>
20
20
* @author Charles Sarrazin <charles@sarraz.in>
21
21
*
22
- * @deprecated You should use LdapInterface instead
22
+ * @deprecated since version 3.1, to be removed in 4.0. Use the LdapInterface instead.
23
23
*/
24
24
interface LdapClientInterface extends LdapInterface
25
25
{
You can’t perform that action at this time.
0 commit comments