We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbf940 commit 04089eaCopy full SHA for 04089ea
Adapter/RenameEntryInterface.php
@@ -5,9 +5,9 @@
5
use Symfony\Component\Ldap\Entry;
6
7
/**
8
- * @deprecated This interface will be deprecated in 4.0, and merged with `EntryManagerInterface`
9
- *
10
* @author Kevin Schuurmans <kevin.schuurmans@freshheads.com>
+ *
+ * @deprecated since version 3.3, will be merged with {@link EntryManagerInterface} in 4.0.
11
*/
12
interface RenameEntryInterface
13
{
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+3.3.0
+-----
+
+* The `RenameEntryInterface` inferface is deprecated, and will be merged with `EntryManagerInterface` in 4.0.
3.1.0
-----
0 commit comments