[Console] fixed previous commit

This commit is contained in:
Fabien Potencier 2011-03-29 22:03:29 +02:00
parent 49d67645d7
commit 1ec2886546

View File

@ -29,14 +29,6 @@ use Symfony\Component\Console\Formatter\OutputFormatter;
*/
abstract class Output implements OutputInterface
{
const VERBOSITY_QUIET = 0;
const VERBOSITY_NORMAL = 1;
const VERBOSITY_VERBOSE = 2;
const OUTPUT_NORMAL = 0;
const OUTPUT_RAW = 1;
const OUTPUT_PLAIN = 2;
private $verbosity;
private $formatter;