Skip to content

Commit 3fbf940

Browse files
Merge branch '3.2' into 3.3
* 3.2: do not mock a deprecated interface [DI] Added missing deprecation in changelog [Ldap] add a changelog file
2 parents 821dda2 + 018a8bd commit 3fbf940

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CHANGELOG
2+
=========
3+
4+
3.1.0
5+
-----
6+
7+
* The `LdapClient` class is deprecated. Use the `Ldap` class instead.

LdapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @author Francis Besset <[email protected]>
1919
* @author Charles Sarrazin <[email protected]>
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
*/
2323
final class LdapClient implements LdapClientInterface
2424
{

LdapClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @author Grégoire Pineau <[email protected]>
2020
* @author Charles Sarrazin <[email protected]>
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
*/
2424
interface LdapClientInterface extends LdapInterface
2525
{

0 commit comments

Comments
 (0)