Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bbd0c7f

Browse filesBrowse files
committed
Fix deprecated message
1 parent 7e93cca commit bbd0c7f
Copy full SHA for bbd0c7f

File tree

3 files changed

+8
-3
lines changed
Filter options

3 files changed

+8
-3
lines changed

‎UPGRADE-4.0.md

Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ HttpKernel
402402
Ldap
403403
----
404404

405-
* The `RenameEntryInterface` has been deprecated, and merged with `EntryManagerInterface`
405+
* The `RenameEntryInterface` has been removed, and merged with `EntryManagerInterface`
406406

407407
Process
408408
-------

‎src/Symfony/Component/Ldap/Adapter/RenameEntryInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Ldap/Adapter/RenameEntryInterface.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Symfony\Component\Ldap\Entry;
66

77
/**
8-
* @deprecated This interface will be deprecated in 4.0, and merged with `EntryManagerInterface`
9-
*
108
* @author Kevin Schuurmans <kevin.schuurmans@freshheads.com>
9+
*
10+
* @deprecated since version 3.3, will be merged with {@link EntryManagerInterface} in 4.0.
1111
*/
1212
interface RenameEntryInterface
1313
{

‎src/Symfony/Component/Ldap/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Ldap/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
3.3.0
5+
-----
6+
7+
* The `RenameEntryInterface` inferface is deprecated, and will be merged with `EntryManagerInterface` in 4.0.
8+
49
3.1.0
510
-----
611

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.