Config: mark builder property deprecated

This commit is contained in:
Benoît Burnichon 2017-10-26 08:11:55 +02:00 committed by Nicolas Grekas
parent 03b01c36e4
commit 206fb74381
2 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,11 @@
UPGRADE FROM 3.3 to 3.4
=======================
Config
------
* Using protected builder property of TreeBuilder is deprecated and property will be removed in 4.0.
DependencyInjection
-------------------

View File

@ -22,6 +22,10 @@ class TreeBuilder implements NodeParentInterface
{
protected $tree;
protected $root;
/**
* @deprecated since 3.4. To be removed in 4.0
*/
protected $builder;
/**