File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed 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 1818 * @author Francis Besset <francis.besset@gmail.com>
1919 * @author Charles Sarrazin <charles@sarraz.in>
2020 *
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.
2222 */
2323final class LdapClient implements LdapClientInterface
2424{
Original file line number Diff line number Diff line change 1919 * @author Grégoire Pineau <lyrixx@lyrixx.info>
2020 * @author Charles Sarrazin <charles@sarraz.in>
2121 *
22- * @deprecated You should use LdapInterface instead
22+ * @deprecated since version 3.1, to be removed in 4.0. Use the LdapInterface instead.
2323 */
2424interface LdapClientInterface extends LdapInterface
2525{
You can’t perform that action at this time.
0 commit comments