[Console] [Hackday] [2.7] Add a deprecation note about ProgressHelper

This commit is contained in:
Marc Morales Valldepérez 2014-11-29 14:33:46 +01:00 committed by Fabien Potencier
parent 0c7df5898f
commit 69fa99a6a6

View File

@ -14,6 +14,8 @@ namespace Symfony\Component\Console\Helper;
use Symfony\Component\Console\Output\NullOutput;
use Symfony\Component\Console\Output\OutputInterface;
trigger_error('The "ProgressHelper" class is deprecated since version 2.5 and will be removed in 3.0. Use "ProgressBar" class instead.', E_USER_DEPRECATED);
/**
* The Progress class provides helpers to display progress output.
*