Skip to content

Commit 04089ea

Browse files
committed
Fix deprecated message
1 parent 3fbf940 commit 04089ea

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Adapter/RenameEntryInterface.php

Lines 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 <[email protected]>
9+
*
10+
* @deprecated since version 3.3, will be merged with {@link EntryManagerInterface} in 4.0.
1111
*/
1212
interface RenameEntryInterface
1313
{

CHANGELOG.md

Lines 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)