hasColorSupport does not take an argument

This commit is contained in:
James Michael DuPont 2012-09-27 20:40:56 +02:00 committed by Fabien Potencier
parent 91699d8fd7
commit ad95364b21

View File

@ -54,7 +54,7 @@ class StreamOutput extends Output
$this->stream = $stream;
if (null === $decorated) {
$decorated = $this->hasColorSupport($decorated);
$decorated = $this->hasColorSupport();
}
parent::__construct($verbosity, $decorated, $formatter);