Skip to content

Commit 7915417

Browse files
Merge branch '3.4'
* 3.4: bug #22814 [FrameworkBundle] FC with EventDispatcher 4.0 (xabbuh) [PhpUnitBridge] remove unused use statement do not used deprecated validator test case class do not mock a deprecated interface [DI] Added missing deprecation in changelog [Ldap] add a changelog file [Security][Serializer][DI] Add new arguments typehints in preparation for 4.0 [MonologBridge] Fix the Monlog ServerLogHandler from Hanging on Windows [DependencyInjection] Fix dumping of RewindableGenerator with empty IteratorArgument [DI][Serializer] Fix missing de(normalizer|coder) autoconfig Use 0.0.0.0 as the server log host default.
2 parents 732f6fe + dc49e34 commit 7915417

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 <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
*/
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 <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
*/
2424
interface LdapClientInterface extends LdapInterface
2525
{

0 commit comments

Comments
 (0)