This commit is contained in:
thinkphp
2016-07-12 16:32:27 +08:00

View File

@@ -39,6 +39,8 @@ class Formatter
$this->setStyle('info', new Style('green'));
$this->setStyle('comment', new Style('yellow'));
$this->setStyle('question', new Style('black', 'cyan'));
$this->setStyle('highlight', new Style('red'));
$this->setStyle('warning', new Style('black', 'yellow'));
$this->styleStack = new StyleStack();
}