Fix deprecated message

This commit is contained in:
Dany Maillard 2017-07-06 09:01:40 +02:00
parent 7e93ccad3f
commit bbd0c7f69f
3 changed files with 8 additions and 3 deletions

View File

@ -402,7 +402,7 @@ HttpKernel
Ldap Ldap
---- ----
* The `RenameEntryInterface` has been deprecated, and merged with `EntryManagerInterface` * The `RenameEntryInterface` has been removed, and merged with `EntryManagerInterface`
Process Process
------- -------

View File

@ -5,9 +5,9 @@ namespace Symfony\Component\Ldap\Adapter;
use Symfony\Component\Ldap\Entry; use Symfony\Component\Ldap\Entry;
/** /**
* @deprecated This interface will be deprecated in 4.0, and merged with `EntryManagerInterface`
*
* @author Kevin Schuurmans <kevin.schuurmans@freshheads.com> * @author Kevin Schuurmans <kevin.schuurmans@freshheads.com>
*
* @deprecated since version 3.3, will be merged with {@link EntryManagerInterface} in 4.0.
*/ */
interface RenameEntryInterface interface RenameEntryInterface
{ {

View File

@ -1,6 +1,11 @@
CHANGELOG CHANGELOG
========= =========
3.3.0
-----
* The `RenameEntryInterface` inferface is deprecated, and will be merged with `EntryManagerInterface` in 4.0.
3.1.0 3.1.0
----- -----